static long assertNotZero(long l) { if (l == 0) fail(); ret l; }