Coccinelle release 1.0.0-rc1
[bpt/coccinelle.git] / tests / header_modif.cocci
... / ...
CommitLineData
1@@
2identifier x;
3@@
4
5- int
6+ float
7foo(int x) {
8 ...
9}