8 lines
117 B
Plaintext
8 lines
117 B
Plaintext
void func() {
|
|
for (int x=0; x<10; ++x) float s = sqrt(4);
|
|
}
|
|
|
|
/*%%*
|
|
variable 's' must be created in a scope
|
|
*%%*/
|