Release coccinelle-0.1
[bpt/coccinelle.git] / tests / constx.res
1 int main() {
2 foobar(12, 12);
3 foo(x);
4 foobar(CONSTANT, CONSTANT);
5 foobar('a', 'a');
6 foobar("string", "string");
7 foobar(1.0001, 1.0001);
8 }