blob: 609305c25bd60b2a9d2054fde12df10e5cef6832 [file] [log] [blame]
function func() {
print("hello world");
}
function() { print("run"); }