blob: da52cbcd75b4a1fbabb6a56c9444516e3bb224b6 [file] [log] [blame]
struct S { };
int xxxx(int a) {
struct S comps[a];
comps[0];
}