7 lines
76 B
Plaintext
7 lines
76 B
Plaintext
// ERROR:4:reference
|
|
unit badptr;
|
|
|
|
fn bad(p: *&i32) -> void {
|
|
return;
|
|
}
|