Merge pull request #3945 from techee/extension_opening
[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));