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