blob: da52cbcd75b4a1fbabb6a56c9444516e3bb224b6 [file] [log] [blame]
Chris Lattner553a7ab2004-06-19 01:08:12 +00001
2struct S { };
3
4int xxxx(int a) {
5 struct S comps[a];
6 comps[0];
7}
8