summaryrefslogtreecommitdiff
path: root/test/divzero.awk
blob: 3d9617a9b5eccdecaaf1fe0db2f259d01190a3ef (plain)
1
BEGIN { print (0 && ((4)/0)) }