Coccinelle release 0.2.5-rc3
[bpt/coccinelle.git] / tests / fp.c
1 int main(int (*x)(int,int)) {
2 x();
3 }