pub fn basic_test_module() -> CompiledModule
Expand description

Create the following module which is convenient in tests: // module { // struct Bar { x: u64 } // // foo() { // } // }