Update of German translation
[geany-mirror.git] / tests / ctags / signature.cpp
blob996a13f1cb1727038bee9ab17d13364c87008084
1 /* Tests for collection of signature */
3 void foo (int a, char b) {}
5 int bar (a, b) int a; char b; {}
7 char *BAR::bar (char *c, double d[]) const {}
9 void foobar __ARGS ((int a, char b));