function func() {
    print("hello world");
}
function() { print("run"); }