blob: f5b50a5e6352b848a1cf4bbb67e03ed8bab619b2 [file] [log] [blame]
library test;
bool b = true;
int x = 0;
double y = 0.0;
var z = b ? x : y;
main() {}