function f(f) { print f; }
BEGIN { f("hello"); }