- Try to do better pretty printing when array elements are individually
[bpt/coccinelle.git] / tests / return_implicit.res
1 void main(void)
2 {
3 foo();
4 return -ENODEV;
5 }