1 2 3 4 5 6 7 8 9 10
from li_cpointer import * p = new_intp() intp_assign(p, 3) if intp_value(p) != 3: raise RuntimeError delete_intp(p)