c++: Fix handling of the `final` contextual keyword
[geany-mirror.git] / tests / ctags / angle_bracket.cpp
blob58bd2ffeb3c3fdae170ed69d6ae716953f97fdce
1 static void foo (int nelem)
3 int rsize = 2;
4 while (nelem < 0) {
5 rsize <<= 1;
9 static void bar (int value)
11 return value < 0 ? value : 3;
14 static bar2 (void)