Update tests/run-make/wasm-builtins-import/main.rs
placate tidy (hopefully)
This commit is contained in:
parent
7d0675125c
commit
665da1ed32
1 changed files with 2 additions and 1 deletions
|
@ -9,6 +9,7 @@ fn my_panic(_info: &core::panic::PanicInfo) -> ! {
|
|||
#[no_mangle]
|
||||
pub fn multer(a: i128, b: i128) -> i128 {
|
||||
// Trigger usage of the __multi3 compiler intrinsic which then leads to an imported function
|
||||
// such as panic or __multi3 (externally defined) in case of a bug. We verify that no imports exist in our verifier.
|
||||
// such as panic or __multi3 (externally defined) in case of a bug. We verify that
|
||||
// no imports exist in our verifier.
|
||||
a * b
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue