summaryrefslogtreecommitdiffstats
path: root/debian/uncrustify-trinity/uncrustify-trinity-0.72.0/tests/input/cpp/sp_decltype.cpp
blob: 3e2f7e47be7bd768a68a2d0c1edf19b88a043ff8 (plain)
1
2
#define foo(expr) (expr)
using x = decltype          foo(int);