Sign in
rust
/
rust-lang
/
llvm-project
/
33c49c0c82a5878f8f9d71e3f1710eddfdbebfeb
/
.
/
lldb
/
packages
/
Python
/
lldbsuite
/
test
/
functionalities
/
object-file
/
bin
/
hello.cpp
blob: 8c804005afe3efeb0d95bcd8cc2c09f88c5e61c6 [
file
] [
log
] [
blame
]
#include
<stdio.h>
int
main
(
int
argc
,
char
**
argv
)
{
printf
(
"Hello, world\n"
);
return
0
;
}