6 lines
70 B
Plaintext
6 lines
70 B
Plaintext
// "void" type illegal for struct member
|
|
|
|
struct Foo {
|
|
void x;
|
|
};
|