blob: 66b6d178798fa0f37fa94758365105f5863041e3 [file] [log] [blame]
.text
.global _start
.type _start, "function"
_start:
.byte 0
.size _start, 1
.weak foo
.type foo, "function"
foo:
.byte 0
.size foo, 1