Coccinelle release 0.2.5-rc3
[bpt/coccinelle.git] / tests / noty.c
1 int main(int *x) {
2 if (NULL == x) { return; }
3 }