We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6cfbbb3 commit ebb8574Copy full SHA for ebb8574
clang/test/Sema/attr-nonstring_safe.c
@@ -23,7 +23,7 @@ char32_t c32foo[3] = U"fo\0"; // cxx-error {{initializer-string for char array i
23
// In C, the following examples are fine:
24
typedef unsigned short char16_t;
25
typedef unsigned int char32_t;
26
-typedef int wchar_t;
+typedef unsigned int wchar_t;
27
28
char foo3[3] = "fo\0";
29
char foo1[1] = "\0";
0 commit comments