Sign in
rust
/
rust-lang
/
llvm-project
/
35c537490f7804c0a68fcabcd20ecf96357b74ff
/
.
/
lldb
/
packages
/
Python
/
lldbsuite
/
test
/
functionalities
/
frame-diagnose
/
array
/
main.c
blob: 95c6515e5f54ef3ca19dae527cd5972b312af011 [
file
] [
log
] [
blame
]
struct
Foo
{
int
b
;
int
c
;
};
int
main
()
{
struct
Foo
*
a
=
0
;
return
a
[
10
].
c
;
}