PR tree-optimization/84740
[official-gcc.git] / gcc / testsuite / gcc.dg / charset / attribute2.c
blob427e94979f81b18f72c44832035a53c2a4a3da2b
1 /* Test to make sure that invalid attributes aren't translated.
2 If error recovery is ever testable then "foobar" should be
3 translated. */
4 /* { dg-do compile }
5 { dg-require-iconv "IBM1047" }
6 */
7 int foo __attribute__ ((walrus)); /* { dg-warning "walrus" "ignored" } */
8 char x[] = "foobar";