MRE: ```py from lpython import i32 class test: x: i32 = i64(4) t: test = test() print(t.x) ```