Sign in
llvm
/
llvm-project
/
ec056f54589d937ae3f74d795b94de886cbb7ec7
/
.
/
lldb
/
test
/
API
/
tools
/
lldb-dap
/
variables
/
children
/
main.cpp
blob: 5d625fe1903a35c2dcf26096136c86bdc4f4c0d2 [
file
]
struct
Indexed
{};
struct
NotIndexed
{};
int
main
()
{
Indexed
indexed
;
NotIndexed
not_indexed
;
return
0
;
// break here
}