Release coccinelle-0.1
[bpt/coccinelle.git] / tests / null_type.res
1 int main(int i) {
2
3 int *x;
4
5 g(f(x));
6 g(f(NULL));
7
8 }