Release coccinelle-0.1
[bpt/coccinelle.git] / tests / deref.res
1 int main () {
2 int **q;
3 foo(12);
4 xxx(12);
5 yyy(q+12);
6 }