================ @@ -0,0 +1,124 @@ +// RUN: %clang_cc1 -fsyntax-only -verify=expected,c-local %s ---------------- erichkeane wrote: ```suggestion // RUN: %clang_cc1 -fsyntax-only -verify=expected,c-local %s -x c ``` https://github.com/llvm/llvm-project/pull/70762