summaryrefslogtreecommitdiffstats
path: root/debian/uncrustify-trinity/uncrustify-trinity-0.72.0/tests/expected/cpp/30126-sp_after_angle.cpp
blob: 7710171e03b71a1a6c8ab5e60dccd69f72a24eba (plain)
1
2
3
4
5
6
template <typename T>
struct foo {};

Q_DECLARE_METATYPE(foo<int>  )

int bar(foo<int>  );