class StaticMethodCall { public static void main(String[] args) {} public void test() { int arg = 10; main(arg); } }