tosource.js.EXPECTED revision 2:da1e581c933b
1function func() {
2    print("hello world");
3}
4function() { print("run"); }
5