aboutsummaryrefslogtreecommitdiffstats
path: root/tests/types.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/types.c')
-rw-r--r--tests/types.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/types.c b/tests/types.c
index 4320e8d..94d6cbe 100644
--- a/tests/types.c
+++ b/tests/types.c
@@ -1,7 +1,8 @@
#include <stdio.h>
+#define RS_TYPES_USE_128
#include "../include/rstypes.h"
-i32 main() {
+i32 main(void) {
u8 a = 215;
i8 b = -127;
u16 c = 65535;