Changeset 2a32118 for tests/array.cfa
- Timestamp:
- Jan 2, 2025, 7:23:11 PM (3 weeks ago)
- Branches:
- master
- Children:
- 2e63915, 6b95feb
- Parents:
- 656c8ac
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tests/array.cfa
r656c8ac r2a32118 59 59 void fred2(int n, 60 60 int a1[], 61 E1( int a2[*], 61 E1( int a2[*], ) 62 62 int a4[3], 63 63 int T[3] __attribute__((unused)), … … 67 67 // This parameter should be in scope and usable within the body. 68 68 69 // Skip a2 because it's declared only in an error case.70 71 69 (void) a1; 70 E1( (void) a2; ) 72 71 (void) a4; 73 72 // (void) T;
Note: See TracChangeset
for help on using the changeset viewer.