9 lines
70 B
Plaintext
9 lines
70 B
Plaintext
|
|
void func() {
|
||
|
|
float x = 3;
|
||
|
|
x();
|
||
|
|
}
|
||
|
|
|
||
|
|
/*%%*
|
||
|
|
not a function
|
||
|
|
*%%*/
|