xref
: /
llvm-project
/
lldb
/
test
/
API
/
api
/
listeners
/
main.c
(revision 99451b4453688a94c6014cac233d371ab4cc342d)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
#
include
<
stdio.h
>
2
3
int
main()
4
main
()
5
{
6
printf
(
"Hello there.\n"
);
7
}
8