class X { }; f(any:x) { return 3 } public main() { new X:x; return f(x); }