Coccinelle release 0.2.5-rc3
[bpt/coccinelle.git] / tests / typeur.c
CommitLineData
34e49164
C
1#include "typeur.h"
2
3int main () {
4 int y;
5 f(x + y);
6}