summaryrefslogtreecommitdiffstats
path: root/debian/uncrustify-trinity/uncrustify-trinity-0.72.0/tests/expected/cpp/10003-633_decl-in-func-typedef.cpp
blob: 4160eccae0099ca0e90cc7ad68f378531cdb250e (plain)
1
2
3
4
5
typedef void (*func)();
typedef void (__stdcall *func)();

typedef std::vector<string *> *(*Finder )(std::string *);
typedef vector<std::string *> *(*Handler )(std::map< std::string *, vector *> *);