aboutsummaryrefslogtreecommitdiff
path: root/test/char-const-u8.c
blob: 9f70d9a3663f91fb37a1f550e5c0ba4a85e28bde (plain)
1
2
3
unsigned char u8 = u8'a';
static_assert(__builtin_types_compatible_p(typeof(u8'b'), unsigned char),
	"UTF-8 character constant has incorrect type");