struct test { func foo() { __fstdout_println("666"); } } var x := test{}; x.foo();