- File:
-
- 1 edited
-
src/tests/IdentFuncParamDeclarator.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/tests/IdentFuncParamDeclarator.c
r62edde5 r10dc7491 1 1 int fred( 2 //int f0[](),3 //int (f0[])(),4 //int f0()[],5 //int f0()(),6 //int (*f0)()(),7 //int ((*f0())())[],8 9 2 int f1, 10 3 int (f2), … … 147 140 int * const *(f116[static const 3][3]), 148 141 int * const * const (f117[static const 3][3]) 149 ) { 150 } 142 ); 151 143 152 144 //Dummy main
Note:
See TracChangeset
for help on using the changeset viewer.