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