Coccinelle release 0.2.5-rc3
[bpt/coccinelle.git] / tests / null_type.c
CommitLineData
34e49164
C
1int main(int i) {
2
3 int *x;
4
5 g(x);
6 g(NULL);
7
8}