6_4_5_incompatible_string_prefix_concat.c (70B)
1 int test_main(void) { 2 return (int)sizeof( 3 L"x" 4 u"x"); 5 }