Sign in
rust
/
rust-lang
/
llvm-project
/
8265e390e740f0fb7464f7c20bd38d55ee145dd4
/
.
/
lldb
/
lit
/
tools
/
lldb-mi
/
target
/
inputs
/
main.c
blob: 8c74b3496f7c5cceb0dfd5e804288364efc03545 [
file
] [
log
] [
blame
]
int
main
(
void
)
{
int
x
=
0
;
return
x
;
}