fn main() -> Result<(), Box> { let module = agb_xm_core::load_module_from_file(&std::path::Path::new( "../agb-tracker/examples/final_countdown.xm", ))?; let output = agb_xm_core::parse_module(&module); Ok(()) }