q/tests/errors/UnknownStructField.q
2025-02-04 20:43:15 +01:00

6 lines
No EOL
45 B
Text

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