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