blob: ebf34aaa2164e53d487683c081f698c9ba8e2575 [file] [log] [blame]
/* PR c/69796 */
/* { dg-do compile } */
struct S s; /* { dg-error "storage size of 's' isn't known" } */
void
foo ()
{
s a; /* { dg-error "expression statement has incomplete type|expected" } */
}