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

Q_DECLARE_METATYPE(foo<int> )

int bar(foo<int> );