int foo = 1312; bool bar = foo; # Error on line 2 col 11: Expected bool but given int.