(module (func (export "test") (result i32) (i32.const 1) ;; comment (return (i32.const 2)) ) )