Release coccinelle-0.2.1-rc1
[bpt/coccinelle.git] / tests / fp.c
1 int main(int (*x)(int,int)) {
2 x();
3 }