forked from OSchip/llvm-project
7 lines
74 B
C
7 lines
74 B
C
|
// RUN: clang -fsyntax-only %s
|
||
|
void bla1() {
|
||
|
struct XXX;
|
||
|
int XXX;
|
||
|
}
|
||
|
|