blob: 60bd8d2d777120873faedcd705e747f599e905e5 [file] [log] [blame]
Alp Toker3cde2772013-12-08 22:22:31 +00001// RUN: not %clang_cc1 -fsyntax-only -verify %s
Eric Christopher06b9d062011-07-26 00:47:54 +00002// PR2958
3static struct foo s; // expected-error { tentative definition has type 'struct foo' that is never completed }
4struct foo *p = &s;