Changeset 6c144d8 for tests/exceptions
- Timestamp:
- Aug 6, 2020, 3:34:47 PM (5 years ago)
- Branches:
- ADT, arm-eh, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, master, new-ast, new-ast-unique-expr, pthread-emulation, qualifiedEnum
- Children:
- 1eb239e4, c8e4b23d
- Parents:
- d3a518c (diff), 74cfe054 (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. - Location:
- tests/exceptions
- Files:
-
- 2 moved
-
.expect/polymorphic.txt (moved) (moved from tests/exceptions/.expect/polymophic.txt )
-
polymorphic.cfa (moved) (moved from tests/exceptions/polymophic.cfa ) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
tests/exceptions/polymorphic.cfa
rd3a518c r6c144d8 3 3 #include <exception.hfa> 4 4 5 FORALL_TRIVIAL_EXCEPTION _(proxy, (otype U3), (U3));6 FORALL_TRIVIAL_INSTANCE _(proxy, (otype U4), (U4))5 FORALL_TRIVIAL_EXCEPTION(proxy, (otype T), (T)); 6 FORALL_TRIVIAL_INSTANCE(proxy, (otype U), (U)) 7 7 8 8 const char * msg(proxy(int) * this) { return "proxy(int)"; }
Note:
See TracChangeset
for help on using the changeset viewer.