summaryrefslogtreecommitdiff
path: root/tests/interp/abort-hot-comment/test.ngc
blob: 7814652b0071f1321d8d73c6eeca1f1739794474 (plain)
1
2
3
4
5
6
7
8
9
10
#42 = 0
#<named> = 4711
o100 while [#42 lt 100]
o200 if [#42 eq 20]
     (abort, MixedCase param42=#42 named=#<named> ini=#<_ini[a]value>)
o200 endif
#42 = [#42 + 1]
o100 endwhile

M2