Files
doslang-mirror/fec/tests/optional/badnullv.fe
T

9 lines
73 B
Plaintext

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