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