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