9 lines
89 B
Plaintext
9 lines
89 B
Plaintext
|
|
void func() {
|
||
|
|
float x;
|
||
|
|
x = 1.5 2.5;
|
||
|
|
}
|
||
|
|
|
||
|
|
/*%%*
|
||
|
|
expected ';', but found '2.5'
|
||
|
|
*%%*/
|