- Timestamp:
- Aug 27, 2020, 10:23:01 AM (4 years ago)
- Branches:
- ADT, arm-eh, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, master, new-ast-unique-expr, pthread-emulation, qualifiedEnum
- Children:
- 856dff8, b26144d, d11d6eb
- Parents:
- e60aedd
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tests/exceptions/polymorphic.cfa
re60aedd r8e2cb4a 11 11 POLY_VTABLE_INSTANCE(proxy, char)(msg); 12 12 13 void proxy_test () {13 void proxy_test(void) { 14 14 try { 15 15 throw (proxy(int)){};
Note: See TracChangeset
for help on using the changeset viewer.