URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-old/] [gcc-4.2.2/] [gcc/] [testsuite/] [gcc.dg/] [cpp/] [ucnid-2.c] - Rev 154
Go to most recent revision | Compare with Previous | Blame | View Log
/* { dg-do run } */ /* { dg-options "-std=c99 -fextended-identifiers" } */ #include <stdlib.h> #include <string.h> #define str(t) #t int main (void) { const char s[] = str (\u30b2); if (strcmp (s, "\u30b2") != 0) abort (); return 0; }
Go to most recent revision | Compare with Previous | Blame | View Log