blob: 9f717408b5ea3aacf6c926d0f4ad0a8df9f54c12 [file] [log] [blame]
Eric Christopher5485ac02011-07-26 00:47:54 +00001// RUN: not %clang_cc1 %s -emit-llvm -o -
2// PR2958
3static struct foo s; // expected-error { tentative definition has type 'struct foo' that is never completed }
4struct foo *p = &s;