Sign in
llvm
/
llvm-project.git
/
refs/heads/main
/
.
/
lldb
/
test
/
API
/
tools
/
lldb-dap
/
eventStatistic
/
main.cpp
blob: 86044f561d257975c54b4c338e700d33d8c0e72d [
file
] [
edit
]
#include
"foo.h"
#include
<iostream>
int
main
(
int
argc
,
char
const
*
argv
[])
{
std
::
cout
<<
"Hello World!"
<<
std
::
endl
;
foo
();
return
0
;
}