Coccinelle release-1.0.0-rc11
[bpt/coccinelle.git] / tests / return_implicit.res
1 void main(void)
2 {
3 foo();
4 return -ENODEV;
5 }