Changeset d9f6d80 for tests/exceptions/interact.cfa
- Timestamp:
- Dec 20, 2024, 3:35:35 PM (5 weeks ago)
- Branches:
- master
- Children:
- 9dc05782
- Parents:
- 77148b0 (diff), 5251c6b (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
-
tests/exceptions/interact.cfa
r77148b0 rd9f6d80 10 10 vtable(moon) moon_vt; 11 11 12 int main( int argc, char * argv[]) {12 int main() { 13 13 // Resume falls back to terminate. 14 14 try {
Note: See TracChangeset
for help on using the changeset viewer.