blob: d57cb71242024efcd14e92e075f7b4a515856f21 [file] [log] [blame]
struct s {
long a;
int b;
int tab[];
};
int idx = 1;
const struct s val = { 0, 0, { 42, 1337 } };