Foo = ref object of RootObj x: int y: string z: bool Bar = ref object f : Foo # In this scenario, does `Foo` appear as a pointer in `Bar` ? All i wanted to # know the size of `f`.