Files
wasmtime/cranelift/isle/isle_examples/test_main.rs
2021-11-11 15:56:55 -08:00

9 lines
102 B
Rust

pub fn get_input<C>(ctx: &mut C, x: u32) -> Option<(test::A,)> {
None
}
fn main() {}
mod test;