summaryrefslogtreecommitdiffstats
path: root/debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/expected/cpp/34515-sp_cond_question.cpp
blob: 39997b4a9c617ff4f48b5ab608e703f151e3445c (plain)
1
2
3
4
5
6
//example file
int b;
int t;
int f;
int a = b ? t : f;
int a = b ? : f;