summaryrefslogtreecommitdiffstats
path: root/debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/expected/cpp/30216-Issue_2302.cpp
blob: e2684ae61967cb6a37af19be8489b7ce7fb654a4 (plain)
1
2
3
4
5
6
7
template<class T>
class Foo<T>::Baz {
Baz() noexcept
	: i(0)
{
}
};