mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-01 08:23:21 +01:00
f6e1477a55
llvm-svn: 102722
5 lines
125 B
C
5 lines
125 B
C
// RUN: not %llvmgcc -O1 %s -S -o /dev/null |& grep {error: storage size}
|
|
// PR2958
|
|
static struct foo s;
|
|
struct foo *p = &s;
|