Skip to content

Commit 6cfbbb3

Browse files
committed
remove '#include <stddef.h>'
1 parent fca602a commit 6cfbbb3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/test/Sema/attr-nonstring_safe.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ char32_t c32foo[3] = U"fo\0"; // cxx-error {{initializer-string for char array i
2121
#else
2222

2323
// In C, the following examples are fine:
24-
#include <stddef.h>
2524
typedef unsigned short char16_t;
2625
typedef unsigned int char32_t;
26+
typedef int wchar_t;
2727

2828
char foo3[3] = "fo\0";
2929
char foo1[1] = "\0";

0 commit comments

Comments
 (0)