// Test shorter names for statement ASTs
a=1;
return 1;
print 1;
println 1;
while #1 do end;
for i in N do end;