Release coccinelle-0.1.1
[bpt/coccinelle.git] / tests / addelse.c
CommitLineData
34e49164
C
1int main () {
2 if (x == 12) return 6;
3}