3 lines
92 B
Text
3 lines
92 B
Text
void main () {
|
|
int foo = true; # Error on line 2 col 14: Expected int but given bool.
|
|
}
|