1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-01 00:12:50 +01:00
llvm-mirror/test/FrontendC/2009-04-22-UnknownSize.c

5 lines
125 B
C
Raw Normal View History

// RUN: not %llvmgcc -O1 %s -S -o /dev/null |& grep {error: storage size}
2009-04-22 20:55:17 +02:00
// PR2958
static struct foo s;
struct foo *p = &s;