forked from OSchip/llvm-project
parent
0bca699edd
commit
649154cace
|
@ -0,0 +1,8 @@
|
|||
|
||||
struct S { };
|
||||
|
||||
int xxxx(int a) {
|
||||
struct S comps[a];
|
||||
comps[0];
|
||||
}
|
||||
|
Loading…
Reference in New Issue