summaryrefslogtreecommitdiffstats
path: root/debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/expected/cpp/32002-proto-wrap.cpp
blob: 35e8bea39f7c4ff935f45fba08d5ce6e6f15d674 (plain)
1
2
3
4
WRAP_FUNCTION(Foo, Bar& (void));
WRAP_FUNCTION(Foo, Bar* (void));
WRAP_FUNCTION(Foo, (Bar& (void)));
WRAP_FUNCTION(Foo, (Bar* (void)));