7 lines
77 B
C
7 lines
77 B
C
// RUN: clang-cc -fsyntax-only %s
|
|
void bla1() {
|
|
struct XXX;
|
|
int XXX;
|
|
}
|
|
|