q/tests/errors/UnknownStructField.q

6 lines
38 B
Plaintext

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