DEBSOURCES
Skip Quicknav
sources / puppet / 3.7.2-4 / spec / fixtures / unit / parser / lexer / emptyifelse.pp
123456789
if false { } else { # nothing here } if true { # still nothing }