8 lines
110 B
Plaintext
8 lines
110 B
Plaintext
half n() {}
|
|
void S() { -n(); }
|
|
void l() { S(); }
|
|
|
|
/*%%*
|
|
function 'n' can exit without returning a value
|
|
*%%*/
|