package controlStatement_out; public class TestForEmpty { public void main() { for (int i= 0; i < 10; i++); } public void foo() { } }