xref: /minix3/external/bsd/llvm/dist/clang/test/Sema/2009-04-22-UnknownSize.c (revision 0a6a1f1d05b60e214de2f05a7310ddd1f0e590e7)
1*0a6a1f1dSLionel Sambuc // RUN: not %clang_cc1 -fsyntax-only -verify %s
2f4a2713aSLionel Sambuc // PR2958
3f4a2713aSLionel Sambuc static struct foo s; // expected-error { tentative definition has type 'struct foo' that is never completed }
4f4a2713aSLionel Sambuc struct foo *p = &s;
5