blob: fbef09e0cd7951f56e023bfcbc5c5827c9c600ac [file] [log] [blame]
Daniel Dunbar8fbe78f2009-12-15 20:14:24 +00001// RUN: %clang_cc1 -fsyntax-only %s
Chris Lattner23f2e9e2007-01-23 01:32:33 +00002void bla1() {
3 struct XXX;
4 int XXX;
5}
6