summaryrefslogtreecommitdiff
path: root/tests/interp/oword-unwind/fail.ngc
blob: 73dc76cba3217f6b912e7c354bb095a8b2afe38c (plain)
1
2
3
4
5
6
7
8
9
(debug, pre <fail>)
o<fail> sub
(debug, pre divide-by-zero)
#100 = [1/0]
(debug, post divide-by-zero)
o<fail> endsub
(debug, post <fail>)
m2