1 2 3 4 5 6 7 8
#[path = "ir/app.rs"] mod ir_app; #[path = "ir/cli.rs"] mod ir_cli; fn main() { ir_app::run(); }