Sign in
gnu
/
gcc
/
57ea00136418991e847e46a6946a81a1df70c9a4
/
.
/
gcc
/
testsuite
/
g++.dg
/
init
/
ref1.C
blob: 12caff2d0ed3a6232346b69ed532f5fd1b64fa88 [
file
] [
log
] [
blame
]
void
f
(
void
)
{
short
x
=
0
;
const
int
&
y
=
x
;
}