ruby: handle singleton method including ?!= in its name(sf.bug:364)
[geany-mirror.git] / tests / ctags / macros.c
blobe009bd208913ecb48c20a2a71cb92d2136e08a84
1 #define VARIABLE_LIKE some_value
2 #define FUNCTION_LIKE(a,b) (a + b)
3 #pragma weak WeakSymbol = StrongSymbol
5 /* handling of spoofing macros */
6 MACRO(foo);
7 void prototype __ARGS((int arg1, void *arg2));