Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/tests/IdentFuncParamDeclarator.c

    r10dc7491 r62edde5  
    11int fred(
     2        //int f0[](),
     3        //int (f0[])(),
     4        //int f0()[],
     5        //int f0()(),
     6        //int (*f0)()(),
     7        //int ((*f0())())[],
     8
    29        int f1,
    310        int (f2),
     
    140147        int * const *(f116[static const 3][3]),
    141148        int * const * const (f117[static const 3][3])
    142     );
     149        ) {
     150}
    143151
    144152//Dummy main
Note: See TracChangeset for help on using the changeset viewer.