xref
: /
llvm-project
/
lldb
/
test
/
API
/
macosx
/
lc-note
/
firmware-corefile
/
main.c
(revision d9773c1b4eb14c5f38d23323270ef67b4c528844)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
#
include
<
stdio.h
>
main()
2
int
main
() {
puts
(
"this is the standalone binary test program"
); }
3