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