1	.section	.tdata
2var:
3	.word	2
4	.text
5	adrp	x0, :tlsgd:var
6	add	x0, x0, :tlsgd_lo12:var
7	bl	__tls_get_addr
8	nop
9	ldr	w0, [x0]
10