summaryrefslogtreecommitdiff
path: root/stddef.c
diff options
context:
space:
mode:
Diffstat (limited to 'stddef.c')
-rw-r--r--stddef.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/stddef.c b/stddef.c
index 069225e..e031867 100644
--- a/stddef.c
+++ b/stddef.c
@@ -1,12 +1,12 @@
#include <stddef.h>
#include "test.h"
-static ptrdiff_t ptrdiff;
-static size_t size;
-static wchar_t wchar;
-
void test_stddef_h(void)
{
+ ptrdiff_t ptrdiff;
+ size_t size;
+ wchar_t wchar;
+
struct s {
char a;
char b;