Warning: session_start(): open(/var/lib/php/sessions/sess_lu2e07b1i11biikivmcvfohtfm, O_RDWR) failed: No space left on device (28) in /var/www/tb-usercake/models/config.php on line 51
Warning: session_start(): Failed to read session data: files (path: /var/lib/php/sessions) in /var/www/tb-usercake/models/config.php on line 51
!7
sclass A {
A prev, next;
}
static int n = 100000;
p {
new L l;
A a = new A;
for (int i = 0; i < n; i++) {
A b = new A;
b.prev = a;
a.next = b;
a = b;
}
structure_showTiming = true;
for i to 8: { // give Server VM time to optimize
S s = testStructureFunction(a, false);
print("\n==\n");
}
print("OK");
}