Keep them all.
[deliverable/binutils-gdb.git] / gas / testsuite / gas / vtable / inherit0.s
CommitLineData
9ea48b42
RH
1.data
2
3.type vtbl_a,@object
4vtbl_a:
5 .space 16
6.size vtbl_a,16
7.vtable_inherit vtbl_a, 0
8
9.type vtbl_b,@object
10vtbl_b:
11 .space 16
12.size vtbl_b,16
13.vtable_inherit vtbl_b, vtbl_a
This page took 0.022896 seconds and 4 git commands to generate.