Release coccinelle-0.1.1
[bpt/coccinelle.git] / tests / typeur.c
1 #include "typeur.h"
2
3 int main () {
4 int y;
5 f(x + y);
6 }