Home | History | Annotate | Download | only in testsuite
      1 	.data
      2 	.hidden foo
      3 	.globl	foo
      4 foo:
      5 	.byte 20
      6 local:
      7 	.byte 20
      8 	.text
      9 	.globl	bar
     10 	.type	bar, @function
     11 bar:
     12 	lea	foo(%rip), %rax
     13 	lea	local(%rip), %rax
     14 	.size	bar, .-bar
     15