Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/tests/IdentFuncParamDeclarator.c

    r62edde5 r10dc7491  
    11int fred(
    2         //int f0[](),
    3         //int (f0[])(),
    4         //int f0()[],
    5         //int f0()(),
    6         //int (*f0)()(),
    7         //int ((*f0())())[],
    8 
    92        int f1,
    103        int (f2),
     
    147140        int * const *(f116[static const 3][3]),
    148141        int * const * const (f117[static const 3][3])
    149         ) {
    150 }
     142    );
    151143
    152144//Dummy main
Note: See TracChangeset for help on using the changeset viewer.