1 /* Test __func__ with extended identifiers and character set
4 /* { dg-xfail-if "" { "powerpc-ibm-aix*" } { "*" } { "" } } */
5 /* { dg-skip-if "" { ! ucn } { "*" } { "" } } */
6 /* { dg-options "-std=c99 -fextended-identifiers -fexec-charset=ISO-8859-1" } */
7 /* { dg-require-iconv "ISO-8859-1" } */
9 extern int strcmp (const char *, const char *);
10 extern void abort (void);
11 extern void exit (int);
16 if (strcmp (__func__
, "\u00e9") != 0)