Sign in
gnu
/
gcc
/
ab810952eb7c061e37054ddd1dfe0aa033365131
/
.
/
gcc
/
testsuite
/
g++.dg
/
other
/
unreachable1.C
blob: da468a099f63d4a6ed33b5d2a74ea8553b8e0282 [
file
] [
log
] [
blame
]
// PR middle-end/17827
// Origin: Andre Woebbeking <Woebbeking@web.de>
// Testcase by Volker Reichelt <reichelt@gcc.gnu.org>
// { dg-do compile }
void
foo
()
{
if
(
false
)
if
(
int
i
=
0
)
int
j
=
i
;
}