Working example and README
This commit is contained in:
8
cranelift/isle/isle_examples/test_main.rs
Normal file
8
cranelift/isle/isle_examples/test_main.rs
Normal file
@@ -0,0 +1,8 @@
|
||||
|
||||
pub fn get_input<C>(ctx: &mut C, x: u32) -> Option<(test::A,)> {
|
||||
None
|
||||
}
|
||||
|
||||
fn main() {}
|
||||
|
||||
mod test;
|
||||
Reference in New Issue
Block a user