Release coccinelle-0.2.3rc1
[bpt/coccinelle.git] / tests / fnty.res
1 struct newname {
2 int (*x) (int);
3 int (*y) (int);
4 };
5
6 struct somefns {
7 int (*x) (int);
8 int y;
9 };
10
11 struct nofns {
12 int x;
13 int y;
14 };