Sign in
llvm
/
llvm-project
/
41a94de75caacb979070ec7a010dfe3c4e9f116f
/
.
/
lldb
/
test
/
API
/
commands
/
expression
/
import-std-module
/
missing-module-sources
/
main.cpp
blob: a0b02d5c68141bb2c01645e8f260ab734c2094a0 [
file
] [
log
] [
blame
]
#include
<vector>
int
main
(
int
argc
,
char
**
argv
)
{
// Makes sure we have the mock libc headers in the debug information.
libc_struct s
;
std
::
vector
<int>
v
;
return
0
;
// Set break point at this line.
}