Files
doslang-mirror/fec/tests/m7/badnull.fe
T

7 lines
70 B
Plaintext

// ERROR:5:null
unit badnull;
fn bad() -> void {
let p = null;
}