Release coccinelle-0.2.3rc4
[bpt/coccinelle.git] / tests / optional_qualifier.cocci
1 @ disable optional_qualifier @
2 identifier x;
3 @@
4
5 - int
6 + const int
7 x;
8
9