(root)/
gcc-13.2.0/
gcc/
testsuite/
gcc.dg/
Wattributes-4.c
       1  /* { dg-do compile } */
       2  
       3  int __attribute__((optimize("no-lto"))) main(void){return 0;} /* { dg-warning "bad option" } */