aboutsummaryrefslogtreecommitdiff
path: root/test/string-u8-type.c
blob: 3270322c259cfc639fbd83411ff01581c9872f75 (plain)
1
static_assert(__builtin_types_compatible_p(__typeof__(u8"abc"), unsigned char[]));