67fad709e70b4659c84a244e6ae5f8e05e38ad51
[platform/upstream/binutils.git] / gas / testsuite / gas / vtable / inherit0.s
1  .data
2
3  .type vtbl_a,object
4 vtbl_a:
5         .space 16
6  .size vtbl_a,16
7  .vtable_inherit vtbl_a, 0
8
9  .type vtbl_b,object
10 vtbl_b:
11         .space 16
12  .size vtbl_b,16
13  .vtable_inherit vtbl_b, vtbl_a