summaryrefslogtreecommitdiffstats
path: root/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/cli/input/tracking_space.cpp
blob: 5b0b8aa1c87ad2997b1178bcd5f9b4d7bec5ea1e (plain)
1
2
3
4
5
6
7
8
9
10
11
{
   a =     b +              111-55;
}
template<typename...A, int...B>
struct foo1:foo1<A..., (sizeof...(A)+B)...>
{
        foo1() {
                int x = sizeof...(A);
                bool b = x > 1;
        }
};