mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-19 01:13:25 +00:00
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;
|