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