1	.text
2
3        .size   function,1
4        .type   function,%function
5function:
6	.byte	0x0
7
8        .size   indirect_function,1
9        .type   indirect_function,%gnu_indirect_function
10indirect_function:
11	.byte	0x0
12
13        .data
14
15        .type   object,%object
16        .size   object,1
17object:
18	.byte	0x0
19        .type   tls_object,%tls_object
20
21        .size   tls_object,1
22tls_object:
23	.byte	0x0
24        .type   notype,%notype
25
26        .size   notype,1
27notype:
28	.byte	0x0
29
30	.type	unique_global,%gnu_unique_object
31unique_global:
32	.byte	0x0
33	.size	unique_global,1
34
35	.comm	common, 1
36	.type   common,STT_COMMON
37