extern int !& copy; extern int !& deflt; class foo { foo(){ operator++(deflt); } foo(foo const& p_195){ operator++(copy); } ~foo() { } }; fun main () -> int @;