Files
doslang-mirror/fec/tests/optional/badorefv.fe
T

9 lines
72 B
Plaintext

// ERROR:5:reference
unit badorefv;
struct Bad {
value: ?&i32,
}