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