Release coccinelle-0.2.1-rc1
[bpt/coccinelle.git] / tests / expopt.res
1 int main() {
2 int *x;
3 f(x);
4 x = 7;
5 }