- Timestamp:
- Aug 28, 2017, 2:59:36 PM (8 years ago)
- Branches:
- ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, deferred_resn, demangler, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, new-env, no_list, persistent-indexer, pthread-emulation, qualifiedEnum, resolv-new, with_gc
- Children:
- 234223f, afce1cf
- Parents:
- 2065609 (diff), 1cb758f2 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - Location:
- src/tests
- Files:
-
- 2 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
src/tests/multiDimension.c
r2065609 r26238c1 59 59 } 60 60 61 // ensure constructed const arrays continue to compile 62 const int global[1] = { -2 }; 63 61 64 int main() { 62 65 X abc[4][4] = { -
src/tests/switch.c
r2065609 r26238c1 10 10 // Created On : Tue Jul 12 06:50:22 2016 11 11 // Last Modified By : Peter A. Buhr 12 // Last Modified On : Thu Aug 4 11:44:29 201613 // Update Count : 3 112 // Last Modified On : Sat Aug 26 10:14:21 2017 13 // Update Count : 33 14 14 // 15 15 16 16 int f( int i ) { return i; } 17 17 18 int main( ) {18 int main( void ) { 19 19 int i = 0; 20 20 switch ( i ) case 3 : i = 1; … … 100 100 j = 5; 101 101 } // choose 102 } 102 } // main 103 103 104 104 // Local Variables: //
Note:
See TracChangeset
for help on using the changeset viewer.