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