(root)/
gcc-13.2.0/
gcc/
testsuite/
gcc.c-torture/
compile/
920917-1.c
       1  /* { dg-require-effective-target untyped_assembly } */
       2  
       3  inline f(x){switch(x){case 6:case 4:case 3:case 1:;}return x;}
       4  g(){f(sizeof("xxxxxx"));}