blob: 6664d62c90f59b22900543de5cad5f066e905a21 [file] [log] [blame]
b@V1 = b_1
b@@V2 = b_2
.globl a
.type a,@function
a:
retq
.globl b_1
.type b_1,@function
b_1:
retq
.globl b_2
.type b_2,@function
b_2:
retq
.globl c
.type c,@function
c:
retq