xref
: /
llvm-project
/
lldb
/
test
/
API
/
python_api
/
target-arch-from-module
/
main.c
(revision ebf249066ac5c7917064eb56a9e51c21000cdf93)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
#
include
<
stdio.h
>
main()
2
int
main
() {
3
puts
(
"HI i am a program"
);
4
return
0;
5
}
6