public class VoidTest { public void test(){ int a=1, b=2; return; } public static void main(String[] args) { System.out.println( /* test() */ ); } }