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