(root)/
gcc-13.2.0/
gcc/
testsuite/
gcc.dg/
lto/
20091216-1_0.c
       1  /* { dg-lto-do run } */
       2  
       3  #include "../nop.h"
       4  
       5  asm (".globl start_\nstart_: " NOP);
       6  
       7  int
       8  main ()
       9  {
      10    return 0;
      11  }