Files
doslang-mirror/fec/tests/m6/badptr.fe
T

7 lines
76 B
Plaintext

// ERROR:4:reference
unit badptr;
fn bad(p: *&i32) -> void {
return;
}