Changeset 38d70ab for src/tests/div.c
- Timestamp:
- Aug 10, 2017, 4:04:15 PM (6 years ago)
- 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. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/tests/div.c
rb38225d r38d70ab 11 11 // Created On : Tue Aug 8 16:28:43 2017 12 12 // Last Modified By : Peter A. Buhr 13 // Last Modified On : Tue Aug 8 18:02:44201714 // Update Count : 1 413 // Last Modified On : Wed Aug 9 17:09:40 2017 14 // Update Count : 16 15 15 // 16 16 … … 28 28 sout | "div" | div( s1, s2 ) | endl; 29 29 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 33 31 } // main 34 32
Note: See TracChangeset
for help on using the changeset viewer.