Release coccinelle-0.1
[bpt/coccinelle.git] / tests / return_implicit.res
CommitLineData
34e49164
C
1void main(void)
2{
3 foo();
4 return -ENODEV;
5}