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:
parent
7daece3796
commit
bd414a0baa
4
test/FrontendC/2009-04-22-UnknownSize.c
Normal file
4
test/FrontendC/2009-04-22-UnknownSize.c
Normal file
@ -0,0 +1,4 @@
|
||||
// RUN: not %llvmgcc -O1 %s -S |& grep {error: storage size}
|
||||
// PR2958
|
||||
static struct foo s;
|
||||
struct foo *p = &s;
|
Loading…
Reference in New Issue
Block a user