1 /* PR middle-end/78517 */
2 /* { dg-do compile } */
3 char a;
fn1()4 int fn1() { return a == '[' ? a : 0; }
5