7 lines
69 B
Plaintext
7 lines
69 B
Plaintext
// ERROR:5:reference
|
|
unit badoref;
|
|
|
|
struct Bad {
|
|
value: ?&i32,
|
|
}
|