6 lines
66 B
Plaintext
6 lines
66 B
Plaintext
// ERROR:3:import
|
|
unit main;
|
|
import absent;
|
|
|
|
fn main() -> void {}
|