github.com/bananabytelabs/wazero@v0.0.0-20240105073314-54b22a776da8/internal/integration_test/fuzzcases/testdata/722.wat (about)

     1  (module
     2    (func (export "conditional before data.drop") (result i32)
     3      ref.null func
     4      ref.is_null
     5      ;; At this point, i32 value is placed on the conditional register.
     6      ;; data.drop must handle it correctly and save it to a general purpose one.
     7      data.drop 0
     8    )
     9    (data "\ff")
    10  )