llvm-project/clang/test/Parser/c-namespace.c

7 lines
77 B
C
Raw Normal View History

// RUN: clang-cc -fsyntax-only %s
2007-01-23 09:32:33 +08:00
void bla1() {
struct XXX;
int XXX;
}