Sign in
gnu
/
gcc
/
e5cfb9cac1d7aba9a8ea73bfe7922cfaff9d61f3
/
.
/
gcc
/
testsuite
/
gcc.dg
/
torture
/
pr78517.c
blob: 475bce7b979e33fb0f4a669732b1e666f3d8487e [
file
] [
log
] [
blame
]
/* PR middle-end/78517 */
/* { dg-do compile } */
char
a
;
int
fn1
()
{
return
a
==
'['
?
a
:
0
;
}