summaryrefslogtreecommitdiffstats
path: root/test/data/snippets/emptyifelse.pp
blob: 598b486acb17817249348783b8f0207e5a386fa8 (plain)
1
2
3
4
5
6
7
8
9

if false {
} else {
  # nothing here
}

if true {
  # still nothing
}