blob: fbef09e0cd7951f56e023bfcbc5c5827c9c600ac [file] [log] [blame]
Daniel Dunbara5728872009-12-15 20:14:24 +00001// RUN: %clang_cc1 -fsyntax-only %s
Reid Spencer5f016e22007-07-11 17:01:13 +00002void bla1() {
3 struct XXX;
4 int XXX;
5}
6