mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-03-04 18:38:37 +00:00
Test for PR374
llvm-svn: 14240
This commit is contained in:
parent
e998ced724
commit
f006210fe9
@ -0,0 +1,8 @@
|
||||
|
||||
struct S { };
|
||||
|
||||
int xxxx(int a) {
|
||||
struct S comps[a];
|
||||
comps[0];
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user