Sign in
llvm
/
llvm-project
/
a58dcc5e08665f2d58a28c9d4510cf94de6ed3bf
/
.
/
lldb
/
test
/
API
/
commands
/
target
/
dump
/
main.cpp
blob: 4db770ece5335fb42db3e6326c22b611245016c1 [
file
] [
log
] [
blame
]
struct
DummyStruct
{
int
i
;
};
DummyStruct
s
;
int
main
()
{
return
s
.
i
;
}