aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/g++.dg/charset/attribute2.c
blob: a67b7ac8775c7fdf3f4c95c8c907b0444aff384e (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 "IBM1047" }
*/
int foo __attribute__ ((walrus)); /* { dg-warning "walrus" "ignored" } */
char x[] = "foobar";