Release coccinelle-0.2.0
[bpt/coccinelle.git] / tests / pb_parsing_macro.cocci
CommitLineData
b1b2de81
C
1@@ expression E; @@
2
3-alloca(E)
4+malloc(E)
5