blob: 2c58741d4ff2ca620fef9768da4278e2b681d2d7 [file] [log] [blame]
public class A {
public void foo() {
int ii = 1 * 2 * 3 * 4 * 5 * 6 * 7 * 8 * 9 * 10 * 11 * 12 * 13 * 14
* 15 * 16;
}
}