PR middle-end/85602 - -Wsizeof-pointer-memaccess for strncat with size of source
[official-gcc.git] / gcc / testsuite / gcc.dg / Wattributes-4.c
blobabda5a30b0083bfd677171ef6065415d8807a34a
1 /* { dg-do compile } */
3 int __attribute__((optimize("no-lto"))) main(void){return 0;} /* { dg-warning "bad option" } */