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