``` qs> let foo int = 3::int; qs> foo; 3 qs> let bar bigint = foo; <qs>: error: Compiler error: Type mismatch: found Int32 not Int64 ```