summaryrefslogtreecommitdiffstats
path: root/debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/input/cpp/sp_not_not.cpp
blob: 4ef7f777e120dddae195c5a1aed3457dc351fd3b (plain)
1
2
3
if (!hello) { }
if (!!hello) { }
if (!!!hello) { }