1*67e74705SXin Li// RUN: not %clang_cc1 -fsyntax-only -verify %s2*67e74705SXin Li// PR29583*67e74705SXin Listaticstructfoos; // expected-error { tentative definition has type 'struct foo' that is never completed }4*67e74705SXin Listructfoo *p = &s;
5