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