aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/charset/attribute2.c
blob: 4ce95a51f84bcc785be5c8fa4a51f0a4fca4e82c (plain)
1
2
3
4
5
6
7
8
/* Test to make sure that invalid attributes aren't translated.
   If error recovery is ever testable then "foobar" should be
   translated.  */
/* { dg-do compile }
   { dg-require-iconv "IBM-1047" }
 */
int foo __attribute__ ((walrus)); /* { dg-error "walrus" "ignored" } */
char x[] = "foobar";