Coccinelle release 0.2.5-rc5
[bpt/coccinelle.git] / tests / disjid.cocci
... / ...
CommitLineData
1@@
2@@
3
4 \(foo\|bar\)(int \(x\|y\), int z) {
5- return 0;
6+ return 1;
7 }