Coccinelle release 1.0.0-rc1
[bpt/coccinelle.git] / tests / shared_brace.cocci
CommitLineData
34e49164
C
1@@
2type T;
3identifier x;
4statement S;
5@@
6
7- if (pci_present()) {
8 ...
9- }