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