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