]> gcc.gnu.org Git - gcc.git/blame - libjava/testsuite/libjava.lang/pr13107_3.java
Run the jni tests using the interpreter.
[gcc.git] / libjava / testsuite / libjava.lang / pr13107_3.java
CommitLineData
fe1081b0
TT
1public class pr13107_3
2{
3 public static void main(String[] args)
4 {
5 for (int i = 0; i < 1; i++)
6 {
7 try {
8 System.out.println(i);
9 }
10 finally {
11 if (i == 3)
12 continue;
13 }
14 }
15 }
16}
This page took 0.065677 seconds and 5 git commands to generate.