1 2 3 4 5 6 7 8
(module (func (export "x") (result i32) i32.const 0 i32.ctz ) ) (assert_return (invoke "x") (i32.const 32))