Files
c3c/test/test_suite/struct/inner_struct_name.c3

6 lines
87 B
Plaintext

struct Foo {
union Bar { // #error: name of an inner struct
int a;
}
}