Release coccinelle-0.1
[bpt/coccinelle.git] / tests / shared_brace.cocci
1 @@
2 type T;
3 identifier x;
4 statement S;
5 @@
6
7 - if (pci_present()) {
8 ...
9 - }