Changeset c3b9d639 for tests/exceptions
- Timestamp:
- May 26, 2022, 10:21:17 AM (3 years ago)
- Branches:
- ADT, ast-experimental, master, pthread-emulation, qualifiedEnum
- Children:
- 5416b44
- Parents:
- c715e5f
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tests/exceptions/defaults.cfa
rc715e5f rc3b9d639 7 7 }; 8 8 9 // Manually define the virtual table and helper functions. 9 10 void copy(log_message * this, log_message * that) { 10 11 *this = *that;
Note: See TracChangeset
for help on using the changeset viewer.