class Test { public static void test() { for(int a = 1; false; System.out.println("Just anything here: will not be executed anyways")) { System.out.println("Hello"); } } }