//# publish module 0x1.A { three(): u64 * u64 * u64 { label b0: return 0, 1, 2; } pop() { label b0: // negative stack size, extra pop _, _, _, _ = Self.three(); return; } }