You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
146 B

.data
.global foo@v1
.type foo@v1, @object
.size foo@v1, 4
.global foo@@v2
.type foo@@v2, @object
.size foo@@v2, 8
foo@v1:
foo@@v2:
.int 0
.int 0