Release coccinelle-0.2.0
[bpt/coccinelle.git] / tests / noty.res
CommitLineData
34e49164
C
1int main(int *x) {
2 if (NULL == x) { return; }
3 g();
4}