summaryrefslogtreecommitdiffstats
path: root/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/33162-sp_not_not.cpp
blob: 42306dad80daaee2c9d398fdd1c67a99e13ac22e (plain)
1
2
3
if (! hello) { }
if (!! hello) { }
if (!!! hello) { }