1  /* Test corner case when LG from literal pool could be preferred to LARL.  */
       2  
       3  /* { dg-do compile { target { lp64 } } } */
       4  /* { dg-options "-O3 -march=z13" } */
       5  
       6  int
       7  a (int b)
       8  {
       9    return b / 100;
      10    /* { dg-final { scan-assembler-not {\n\t\.quad\t\.LC} } } */
      11  }