There was an error while loading. Please reload this page.
2 parents 06e993f + cb714a2 commit e3da345Copy full SHA for e3da345
test/support/support.h
@@ -23,6 +23,7 @@
23
24
#include <stdio.h>
25
#include <stdlib.h>
26
+#include <stdint.h>
27
28
#define TEST_AND_REPORT(res, exp_res, str) \
29
if (res == exp_res) \
0 commit comments