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