summaryrefslogtreecommitdiff
path: root/stdbool.c
diff options
context:
space:
mode:
Diffstat (limited to 'stdbool.c')
-rw-r--r--stdbool.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/stdbool.c b/stdbool.c
index bb43b55..37a859e 100644
--- a/stdbool.c
+++ b/stdbool.c
@@ -2,10 +2,10 @@
#include <stdbool.h>
#include "test.h"
-static bool b;
-
void test_stdbool_h(void)
{
+ bool b;
+
testing_header("stdbool.h");
test_true(true);