In https://github.com/python/cpython/blob/main/Objects/codeobject.c#L971-L975, ``addrq < 0`` is a condition but the assert following the branch fails when ``addrq < 0``. This causes mypyc to segfault on 3.11 debug.