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