(root)/
gcc-13.2.0/
gcc/
testsuite/
gcc.target/
s390/
mnop-mcount-m31-mzarch.c
       1  /* { dg-do compile } */
       2  /* { dg-options "-m31 -mzarch -pg -mnop-mcount" } */
       3  
       4  void
       5  profileme (void)
       6  {
       7    /* { dg-final { scan-assembler "NOPs for -mnop-mcount \\(7 halfwords\\)\n.*brcl\t0,0\n.*brcl\t0,0\n.*bcr\t0,0" } } */
       8  }