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