8 lines
65 B
Plaintext
8 lines
65 B
Plaintext
|
|
void func() {
|
||
|
|
void();
|
||
|
|
}
|
||
|
|
|
||
|
|
/*%%*
|
||
|
|
cannot construct 'void'
|
||
|
|
*%%*/
|