mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-01 16:33:37 +01:00
bd414a0baa
llvm-svn: 69818
5 lines
112 B
C
5 lines
112 B
C
// RUN: not %llvmgcc -O1 %s -S |& grep {error: storage size}
|
|
// PR2958
|
|
static struct foo s;
|
|
struct foo *p = &s;
|