Changeset dc8511c for tests/loopctrl.cfa
- Timestamp:
- Nov 7, 2018, 1:29:43 PM (6 years ago)
- Branches:
- ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, deferred_resn, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, no_list, persistent-indexer, pthread-emulation, qualifiedEnum
- Children:
- 2185df1
- Parents:
- 5753b33
- File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
tests/loopctrl.cfa
r5753b33 rdc8511c 5 5 // file "LICENCE" distributed with Cforall. 6 6 // 7 // forctrl.c--7 // loopctrl.cfa -- 8 8 // 9 9 // Author : Peter A. Buhr 10 10 // Created On : Wed Aug 8 18:32:59 2018 11 11 // Last Modified By : Peter A. Buhr 12 // Last Modified On : T hu Nov 1 23:11:23201813 // Update Count : 4612 // Last Modified On : Tue Nov 6 17:58:25 2018 13 // Update Count : 52 14 14 // 15 15 … … 56 56 for ( ui; 10u -~= 2u ~ 2u ) { sout | ui; } sout | endl | endl | endl; 57 57 58 int start = 3, comp = 10, inc = 2;58 const int start = 3, comp = 10, inc = 2; 59 59 for ( i; start ~ comp ~ inc + 1 ) { sout | i; } sout | endl; 60 60 … … 76 76 // Local Variables: // 77 77 // tab-width: 4 // 78 // compile-command: "cfa loopctrl.c " //78 // compile-command: "cfa loopctrl.cfa" // 79 79 // End: //
Note: See TracChangeset
for help on using the changeset viewer.