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