7 lines
70 B
Plaintext
7 lines
70 B
Plaintext
// ERROR:5:null
|
|
unit badnull;
|
|
|
|
fn bad() -> void {
|
|
let p = null;
|
|
}
|