Sign in
rust
/
rust-lang
/
llvm-project
/
refs/heads/rustc/17.0-2023-12-14
/
.
/
lld
/
test
/
wasm
/
Inputs
/
stack-first.s
blob: a2a356b573a9b98c88e53bd04159348c2a8fc103 [
file
] [
log
] [
blame
] [
edit
]
.globl _start
_start
:
.functype _start
()
->
()
end_function
.globl someByte
.type someByte
,@
object
.section .data.someByte
,
""
,@
someByte
:
.int8
42
.size someByte
,
1