blob: fbef09e0cd7951f56e023bfcbc5c5827c9c600ac [file] [log] [blame]
Shih-wei Liaoea285162010-06-04 12:34:56 -07001// RUN: %clang_cc1 -fsyntax-only %s
2void bla1() {
3 struct XXX;
4 int XXX;
5}
6