coccinelle release 0.2.5
[bpt/coccinelle.git] / tests / const_implicit_iso.c
1 void main(double y) {
2 const int x;
3
4 }