summaryrefslogtreecommitdiffstats
path: root/debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/input/cpp/stdcall.cpp
blob: a2353599786d1a25dcd728b95d3ac261d1754cdf (plain)
1
2
3
// test for bug # 633
typedef void (*func)();
typedef void (__stdcall *func)();