(root)/
gcc-13.2.0/
gcc/
testsuite/
gcc.dg/
lto/
20090126-1_0.c
       1  /* { dg-lto-do link } */
       2  /* { dg-lto-options {{-O0 -flto -flto-partition=1to1}} } */
       3  /* { dg-extra-ld-options {-r -nostdlib -O2 -flto -flto-partition=1to1 -flinker-output=nolto-rel} } */
       4  
       5  int main(int argc, char **argv) {
       6    return 0;
       7  }