1 /* { dg-do compile } */
2 /* { dg-options "-O1" } */
3 /* { dg-require-effective-target int32plus } */
4 
5 int c;
6 
foo(int f)7 void foo(int f)
8 {
9   int wbi=-100000000;
10   c = (f ? "012346000000000000":"01345:000000006008")[wbi];
11 }
12