Mercurial > hg > CbC > CbC_gcc
view gcc/testsuite/gcc.dg/cpp/ucnid-2-utf8.c @ 145:1830386684a0
gcc-9.2.0
author | anatofuz |
---|---|
date | Thu, 13 Feb 2020 11:34:05 +0900 |
parents | |
children |
line wrap: on
line source
/* { dg-do run } */ /* { dg-options "-std=c99" } */ #include <stdlib.h> #include <string.h> #define str(t) #t int main (void) { const char s[] = str (ゲ); if (strcmp (s, "ゲ") != 0) abort (); return 0; }