coccinelle release 0.2.5
[bpt/coccinelle.git] / tests / fnty.res
CommitLineData
5636bb2c
C
1struct newname {
2 int (*x) (int);
3 int (*y) (int);
4};
5
6struct somefns {
7 int (*x) (int);
8 int y;
9};
10
11struct nofns {
12 int x;
13 int y;
14};