DEBSOURCES
Skip Quicknav
sources / puppet / 2.6.2-5%2Bsqueeze9 / test / data / snippets / emptyifelse.pp
123456789
if false { } else { # nothing here } if true { # still nothing }