class A{ int field = foo(); int foo(){ return 1; } }