Sign in
llvm
/
llvm-project
/
a78861fc55d18046989ff4d624a037e9181da170
/
.
/
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
}