5 lines
99 B
Text
5 lines
99 B
Text
|
void main () {
|
||
|
# Error on line 3 col 28: String is not terminated.
|
||
|
str a = "au revoir !;
|
||
|
}
|