Release coccinelle-0.2.0
[bpt/coccinelle.git] / tests / rets.res
1 int main () {
2 foo();
3 return 12;
4 }