view gcc/testsuite/gcc.dg/c2x-utf8char-2.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

/* Test C2x UTF-8 characters.  Character values not affected by
   different execution character set.  */
/* { dg-do compile } */
/* { dg-require-iconv "IBM1047" } */
/* { dg-options "-std=c2x -pedantic-errors -fexec-charset=IBM1047" } */

_Static_assert (u8'a' == 97);
_Static_assert (u8'a' != (unsigned char) 'a');