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