Changes in src/tests/tupleAssign.c [33a7b6d:a29be37]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/tests/tupleAssign.c
r33a7b6d ra29be37 1 //2 // Cforall Version 1.0.0 Copyright (C) 2015 University of Waterloo3 //4 // The contents of this file are covered under the licence agreement in the5 // file "LICENCE" distributed with Cforall.6 //7 // tupleAssign.c --8 //9 // Author : Rob Schluntz10 // Created On : Tue Nov 15 17:24:32 201611 // Last Modified By : Rob Schluntz12 // Last Modified On : Tue Nov 15 17:27:28 201613 // Update Count : 314 //15 16 1 int main() { 17 2 { … … 54 39 } 55 40 } 56 57 // Local Variables: //58 // tab-width: 4 //59 // End: //
Note:
See TracChangeset
for help on using the changeset viewer.