This should work, though (as @amadan pointed out, `int` in Nim is not of the 
same size as `int` in C):
    
    
    assert cast[cint](a) == 10
    
    
    Run

Reply via email to