JavaTXCompilerInJavaTX/bin/mycompiler/test/blocks/TestWhileStmt.jav
2013-10-18 13:33:46 +02:00

9 lines
78 B
Java
Executable File

public class TestWhileStmt {
public m1() {
i;
while (true)
i++;
}
}