summaryrefslogtreecommitdiff
path: root/test/example/find_div0s.txt
blob: 756de10c5c0da0169febd9559e19f0a4f21dac6f (plain)
1
2
3
4
5
6
7
8
9
10
(module
  (memory 0)
  (func $has_div_zero
    (i32.div_s
      (i32.const 5)
      (i32.const 0)
    )
  )
)
We found that (i32.const 5) is divided by zero