Release of coccinelle 1.0.0-rc9
[bpt/coccinelle.git] / demos / printloc.c
1 int main() {
2 f(12);
3 x = f(12);
4 }