Sign in
llvm
/
llvm-project
/
0c512f78971eb0e34541ee5ab51a89a52cd32f67
/
.
/
lldb
/
test
/
API
/
python_api
/
target-arch-from-module
/
main.c
blob: ab597e7dc6b2e85e67fdfc66a66282cfefef35b0 [
file
]
#include
<stdio.h>
int
main
()
{
puts
(
"HI i am a program"
);
return
0
;
}