- File:
-
- 1 edited
-
tests/exceptions/polymorphic.cfa (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
tests/exceptions/polymorphic.cfa
r8e2cb4a r5727c23 11 11 POLY_VTABLE_INSTANCE(proxy, char)(msg); 12 12 13 void proxy_test (void) {13 void proxy_test () { 14 14 try { 15 15 throw (proxy(int)){};
Note:
See TracChangeset
for help on using the changeset viewer.