2003-12-26 Guilhem Lavaux <guilhem@kaffe.org>
[official-gcc.git] / libjava / testsuite / libjava.compile / Twice.java
blobd80760f4dd5cf9b9d3c1e97f1451abc3e73310da
1 // Simple compiler test.
3 public class Twice
5 Twice (boolean q)
7 if (q)
8 for (int p = 0; p < 10; p++);
9 else
10 for (int p = 0; p < 10; p++);