struct A {}

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