ruby: handle singleton method including ?!= in its name(sf.bug:364)
[geany-mirror.git] / tests / ctags / namespace.cpp
blob376307174f184dbc4ef6962fdbda5116954e703e
1 namespace {
2 void anon_f() { }
5 namespace a {
6 void a_f() { }
7 namespace b {
8 void a_b_f() { }