Release coccinelle-0.1.1
[bpt/coccinelle.git] / tests / incompatible_value.c
1 int main() {
2 f(1);
3 f(2);
4 }
5
6 int main() {
7 g(1);
8 g(2);
9 }
10
11
12