Once more, with feeling.
[oota-llvm.git] / test / FrontendC / 2009-04-22-UnknownSize.c
1 // RUN: not %llvmgcc -O1 %s -S -o /dev/null |& grep {error: storage size}
2 // PR2958
3 static struct foo s;
4 struct foo *p = &s;