coccinelle release 0.2.5
[bpt/coccinelle.git] / tests / addbefore.c
... / ...
CommitLineData
1int main () {
2 if (x) {
3 goto out;
4 }
5 after();
6out:
7 return 0;
8}