6 lines
45 B
Plaintext
Raw Normal View History

2025-02-04 20:43:15 +01:00
struct A {}
main() {
a := new(A)
a.x = 1
}