1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 19:23:23 +01:00

Testcase for PR2958.

llvm-svn: 69818
This commit is contained in:
Duncan Sands 2009-04-22 18:55:17 +00:00
parent 7daece3796
commit bd414a0baa

View File

@ -0,0 +1,4 @@
// RUN: not %llvmgcc -O1 %s -S |& grep {error: storage size}
// PR2958
static struct foo s;
struct foo *p = &s;