Changes in src/tests/labelledExit.c [2f22cc4:540b275]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/tests/labelledExit.c
r2f22cc4 r540b275 1 //2 // Cforall Version 1.0.0 Copyright (C) 2016 University of Waterloo3 //4 // The contents of this file are covered under the licence agreement in the5 // file "LICENCE" distributed with Cforall.6 //7 // labelledExit.c --8 //9 // Author : Peter A. Buhr10 // Created On : Wed Aug 10 07:29:39 201611 // Last Modified By : Peter A. Buhr12 // Last Modified On : Wed Aug 10 07:30:15 201613 // Update Count : 114 //15 16 1 int foo() { 17 2 int i; … … 151 136 else 152 137 i += 1; 138 153 139 } 154 140 155 int main( int argc, char const *argv[]) {141 int main(int argc, char const *argv[]) { 156 142 /* code */ 143 return 0; 157 144 } 158 145 159 146 // Local Variables: // 160 147 // tab-width: 4 // 161 // compile-command: "cfa labelledExit.c" //148 // compile-command: "cfa LabelledExit.c" // 162 149 // End: //
Note:
See TracChangeset
for help on using the changeset viewer.