blob: e2bde1e7dab7409a500407f0eb3294ecf2523ec8 [file] [log] [blame]
package test0366;
/* Regression test for bug 23048 */
public class A {
void theMethod() {
for (int i = 0; i < 5; ++i);
}
}