summaryrefslogtreecommitdiffstats
path: root/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/bug_1689.cpp
blob: 795bb572950ddf018d2e308f0c3f068c3deb1137 (plain)
1
2
3
using value_type = int;
using reference = value_type &;
using const_reference = const value_type &;