blob: 63635213d4efc0693fc9928b4c31c4c832e31bfe [file] [log] [blame]
main() {
var g = 1;
var x = g + 3;
print(x);
}