8 lines
87 B
Plaintext
8 lines
87 B
Plaintext
|
|
struct void {
|
||
|
|
int x;
|
||
|
|
};
|
||
|
|
|
||
|
|
/*%%*
|
||
|
|
expected an identifier, but found type 'void'
|
||
|
|
*%%*/
|