summaryrefslogtreecommitdiffstats
path: root/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/sp_after_angle.cpp
blob: 1878891900a101d5d27f6840d525b8fa240864be (plain)
1
2
3
4
5
6
template         <   typename T>
struct foo {};

Q_DECLARE_METATYPE(foo                  <   int>  )

int bar(foo                  <int   >  );