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