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