Changeset 0e7e3c17
- Timestamp:
- May 8, 2020, 3:36:13 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:
- 856fe3e, bcd74f3, fbfd97bd
- Parents:
- 0dedf027
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tests/exceptions/data-except.cfa
r0dedf027 r0e7e3c17 12 12 this.first = first; 13 13 this.second = second; 14 }15 16 void copy(paired * this, paired * other) {17 *this = *other;18 14 } 19 15
Note: See TracChangeset
for help on using the changeset viewer.