6 lines
45 B
Plaintext

struct A {}
main() {
a := new(A)
a.x = 1
}