struct Foo{ a int mut: b int c int pub: d int pub mut: e int __global: f int } pub fn main(){ println("OI") }