9 lines
72 B
Plaintext
9 lines
72 B
Plaintext
// ERROR:5:reference
|
|
unit badorefv;
|
|
|
|
struct Bad {
|
|
value: ?&i32,
|
|
}
|
|
|
|
|