Changeset d3cf623 for tests/exceptions/virtual-cast.cfa
- Timestamp:
- Dec 20, 2024, 10:52:16 AM (5 weeks ago)
- Branches:
- master
- Children:
- b05d79d
- Parents:
- df91e15
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tests/exceptions/virtual-cast.cfa
rdf91e15 rd3cf623 93 93 } 94 94 95 int main (int argc, char * argv[]) { 96 95 int main() { 97 96 gamma * tri = malloc(); tri->virtual_table = &_gamma_vtable_instance; 98 97 beta * mid = (virtual beta *)tri;
Note: See TracChangeset
for help on using the changeset viewer.