Changes in tests/array.cfa [81e768d:7ae39f0]
- File:
-
- 1 edited
-
tests/array.cfa (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
tests/array.cfa
r81e768d r7ae39f0 57 57 } 58 58 59 int fred2(int n,60 int a1[],61 E1( int a2[*], )62 int a4[3],63 int T[3],64 int a5[n]65 ) {}66 67 59 int mary( int T[3], // same as: int *T 68 60 int p1[const 3], // same as: int const *p1 … … 118 110 E3( int fm4( int r, int c, int m[][] ); ) // m's immediate element type is incomplete 119 111 int fm5x( int, int, int[*][*] ); // same as fm1 decl 120 int fm5y( int r, int c, int m[r][c] ) {} // same as fm1 defn 121 112 #ifndef __cforall 113 int fm5y( int r, int c, int m[r][c] ) {} // BUG 276: CFA chokes but should accept 114 // C: same as fm1 defn 115 #endif 122 116 123 117
Note:
See TracChangeset
for help on using the changeset viewer.