coccinelle release 0.2.5
[bpt/coccinelle.git] / tests / optional_storage.cocci
CommitLineData
34e49164
C
1@ disable optional_storage @
2identifier func;
3@@
4
5- int
6+ static int
7 func(...) { ... }
8
9