blob: d091168897bb365d84964601c261c3cbbac32c1d [file] [log] [blame]
struct empty { };
struct something {
int spacer;
struct empty foo;
int bar;
};
struct something X = {
foo: (struct empty) { },
bar: 1,
};