- File:
-
- 1 edited
-
tests/exceptions/virtual-cast.cfa (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
tests/exceptions/virtual-cast.cfa
r8f910430 recfd758 16 16 // Hand defined alpha virtual type: 17 17 struct __cfatid_struct_alpha { 18 __cfa vir_type_infoparent;18 __cfa__parent_vtable const * parent; 19 19 }; 20 20 21 __attribute__(( cfa_linkonce))21 __attribute__(( section(".gnu.linkonce.__cfatid_alpha") )) 22 22 struct __cfatid_struct_alpha __cfatid_alpha = { 23 (__cfa vir_type_info*)0,23 (__cfa__parent_vtable *)0, 24 24 }; 25 25
Note:
See TracChangeset
for help on using the changeset viewer.