/* pub struct Point { pub x: i32, y: i32, } */ //struct A(bool, i32); struct A; struct B{}