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