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