aboutsummaryrefslogtreecommitdiff
path: root/test_cases/info_tests/template/expected/variadic_template_class_cc.elf_stg
blob: e621f2d3edebec5ecb9eb2f06edc510a5c0875be (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
version: 0x00000002
root_id: 0x84ea5130  # interface
struct_union {
  id: 0xcb563532
  kind: STRUCT
  name: "Smith<int, bool, char>"
  definition {
    bytesize: 1
  }
}
elf_symbol {
  id: 0x7709bd40
  name: "x"
  is_defined: true
  symbol_type: OBJECT
  type_id: 0xcb563532  # struct Smith<int, bool, char>
  full_name: "x"
}
interface {
  id: 0x84ea5130
  symbol_id: 0x7709bd40  # struct Smith<int, bool, char> x
}