JavaTXCompilerInJavaTX/bin/mycompiler/test/blocks/TestWhileStmt.jav

9 lines
78 B
Plaintext
Raw Normal View History

2013-10-18 11:33:46 +00:00
public class TestWhileStmt {
public m1() {
i;
while (true)
i++;
}
}