================ @@ -0,0 +1,3 @@ +// RUN: %clang_cc1 -fsyntax-only -verify %s + +int x = (::h); // expected-error {{expected expression}} ---------------- wbenny wrote: Done https://github.com/llvm/llvm-project/pull/195377