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