c++: Fix handling of the `final` contextual keyword
[geany-mirror.git] / tests / ctags / prototype.h
blob28b9b4c8415adef7e24d44d642f94b9daa451dde
1 int prototype_a (int a, char *b);
2 extern void prototype_b (void);