Trace 0:
  Transitions:
    'when treating unknown struct coord * from tests/cpychecker/absinterp/read-through-global-ptr-checked/input.c:31 as non-NULL'
    'taking True path'
    'returning'
  Return value:
    repr(): WithinRange(gcctype='int', loc=gcc.Location(file='tests/cpychecker/absinterp/read-through-global-ptr-checked/input.c', line=36), minvalue=-0x80000000, maxvalue=0x7fffffff)
    str(): (int)val [-0x80000000 <= val <= 0x7fffffff] from tests/cpychecker/absinterp/read-through-global-ptr-checked/input.c:36
  Exception:
    (struct PyObject *)0 from tests/cpychecker/absinterp/read-through-global-ptr-checked/input.c:34

Trace 1:
  Transitions:
    'when treating unknown struct coord * from tests/cpychecker/absinterp/read-through-global-ptr-checked/input.c:31 as NULL'
    'taking False path'
    'returning'
  Return value:
    repr(): ConcreteValue(gcctype='int', loc=gcc.Location(file='tests/cpychecker/absinterp/read-through-global-ptr-checked/input.c', line=38), value=42)
    str(): (int)42 from tests/cpychecker/absinterp/read-through-global-ptr-checked/input.c:38
  Exception:
    (struct PyObject *)0 from tests/cpychecker/absinterp/read-through-global-ptr-checked/input.c:34
