blob: ffca15e6a2ebda18a4d4f1f851318de335af8468 [file] [log] [blame]
Daniel Dunbard7d5f022009-03-24 02:24:46 +00001// RUN: clang-cc -fsyntax-only %s
Reid Spencer5f016e22007-07-11 17:01:13 +00002void bla1() {
3 struct XXX;
4 int XXX;
5}
6