Files
doslang-mirror/fec/tests/own/badptrx.fe
T

9 lines
79 B
Plaintext

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