Coccinelle release 0.2.5-rc8
[bpt/coccinelle.git] / tests / pb_parsing_macro.c
CommitLineData
b1b2de81
C
1#define FOO_METH_TEST(a) prefix_##a
2void FOO_METH_TEST(foo)(int x){
3 alloca(x);
4}