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

7 lines
74 B
C
Raw Normal View History

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