github.com/tetratelabs/wazero@v1.7.3-0.20240513003603-48f702e154b5/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  )