Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/tests/tupleAssign.c

    ra29be37 r33a7b6d  
     1//
     2// Cforall Version 1.0.0 Copyright (C) 2015 University of Waterloo
     3//
     4// The contents of this file are covered under the licence agreement in the
     5// file "LICENCE" distributed with Cforall.
     6//
     7// tupleAssign.c --
     8//
     9// Author           : Rob Schluntz
     10// Created On       : Tue Nov 15 17:24:32 2016
     11// Last Modified By : Rob Schluntz
     12// Last Modified On : Tue Nov 15 17:27:28 2016
     13// Update Count     : 3
     14//
     15
    116int main() {
    217        {
     
    3954        }
    4055}
     56
     57// Local Variables: //
     58// tab-width: 4 //
     59// End: //
Note: See TracChangeset for help on using the changeset viewer.