blob: 77096bda84ae7eb272f9edbb9a8335a7cdf26cbf [file] [log] [blame]
//8, 16 -> 8, 22 AllowLoadtime == false
package p;
class S {
static int s;
int f() {
return 23 * s;
}
}