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