summaryrefslogtreecommitdiffstats
path: root/debian/uncrustify-trinity/uncrustify-trinity-0.73.0/tests/input/cpp/633_decl-in-func-typedef.cpp
blob: 4e18c59764f5592a4ad3ea3a48e666924bdb9cd6 (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 *> *);