]> git.ipfire.org Git - thirdparty/gcc.git/blob - gcc/testsuite/gcc.dg/Wattributes-4.c
Update copyright years.
[thirdparty/gcc.git] / 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" } */