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