`type A = ref object v: int B = ref object v1: int v2: int C = ref object v1: 
int v2: int v3: int echo sizeof(A) # 8 echo sizeof(B) # 8 echo sizeof(C) # 8 `

Run

Reply via email to