blob: 5d10c3bc0a15d9b2e522554748f2f74db93d9365 [file] [log] [blame]
void main() {
print("hello");
if (1 + 1 == 3) print("no?!?");
}