pub struct C.Something { fint int ff32 f32 fchar char } fn main() { aaa := C.Something{} bbb := C.Something{} if aaa == bbb { println('ok') } }