Sign in
llvm
/
lldb
/
master
/
.
/
packages
/
Python
/
lldbsuite
/
test
/
commands
/
expression
/
import-std-module
/
no-std-module
/
main.cpp
blob: c93e9d0ec8ac31e0bf90d067bfebfa648c8a52b3 [
file
] [
log
] [
blame
]
// We don't import any std module here.
int
main
(
int
argc
,
char
**
argv
)
{
return
0
;
// Set break point at this line.
}