llvm-6502/test/FrontendC/2009-04-22-UnknownSize.c

5 lines
112 B
C
Raw Normal View History

// RUN: not %llvmgcc -O1 %s -S |& grep {error: storage size}
// PR2958
static struct foo s;
struct foo *p = &s;