Coccinelle release 0.2.5-rc3
[bpt/coccinelle.git] / tests / constx.c
CommitLineData
34e49164
C
1int main() {
2 foo(12);
3 foo(x);
4 foo(CONSTANT);
5 foo('a');
6 foo("string");
7 foo(1.0001);
8}