summaryrefslogtreecommitdiff
path: root/test/prism/fixtures/3.3-4.0/end_block_exit.txt
blob: 8ebf0d6369dc478dd9a5dc941339328c6026eb93 (plain)
1
2
3
4
5
6
7
8
9
10
11
END {
  return
}

END {
  break
}

END {
  next
}