pub struct Foo { val Bar } pub struct Bar { number int } fn test_get() { } @[cinit] __global ( baz = Foo{Bar{ number: 5 }} ) fn main() { print(baz) }