Release coccinelle-0.1.1
[bpt/coccinelle.git] / tests / nl.c
1 int main() {
2 if (x) return;
3 x = x + 1;
4 }