blob: da56220895207502091ce9c98e1d46c1f3607b18 [file] [log] [blame]
library test;
main() {}
var a = 1 == 2 ? 1 : 2.0;
var b = 1 == 2 ? 1.0 : 2;