Changeset 38d70ab for src/tests/div.c


Ignore:
Timestamp:
Aug 10, 2017, 4:04:15 PM (6 years ago)
Author:
Andrew Beach <ajbeach@…>
Branches:
ADT, aaron-thesis, arm-eh, 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:
59a75cb
Parents:
b38225d (diff), cd7ef0b (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.
Message:

Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/tests/div.c

    rb38225d r38d70ab  
    1111// Created On       : Tue Aug  8 16:28:43 2017
    1212// Last Modified By : Peter A. Buhr
    13 // Last Modified On : Tue Aug  8 18:02:44 2017
    14 // Update Count     : 14
     13// Last Modified On : Wed Aug  9 17:09:40 2017
     14// Update Count     : 16
    1515//
    1616
     
    2828        sout | "div" | div( s1, s2 ) | endl;
    2929        T t1 = { 13 }, t2 = { 5 };
    30         [t1, t2] = div( t1, t2 );                                                       // polymorphic div
    31         sout | "div" | t1 | t2 | endl;
    32 //      sout | "div" | div( t1, t2 ) | endl;
     30        sout | "div" | div( t1, t2 ) | endl;                            // polymorphic div
    3331} // main
    3432
Note: See TracChangeset for help on using the changeset viewer.