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