summaryrefslogtreecommitdiffstats
path: root/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30947-bug_1689.cpp
blob: 40d34d61a9ac54a6c0b15fb1a5145d0c3a81e268 (plain)
1
2
3
using value_type = int;
using reference = value_type&;
using const_reference = const value_type&;