Sign in
gnu
/
gcc
/
57ea00136418991e847e46a6946a81a1df70c9a4
/
.
/
gcc
/
testsuite
/
g++.dg
/
debug
/
debug6.C
blob: 64f121b00ad1067019366baa5f897ffb40d13940 [
file
] [
log
] [
blame
]
// { dg-do compile }
void
foo
()
{
int
i
=
1
,
x
[
i
];
}