summaryrefslogtreecommitdiffstats
path: root/jit-test.c
diff options
context:
space:
mode:
Diffstat (limited to 'jit-test.c')
-rw-r--r--jit-test.c13
1 files changed, 13 insertions, 0 deletions
diff --git a/jit-test.c b/jit-test.c
new file mode 100644
index 0000000..3c17a65
--- /dev/null
+++ b/jit-test.c
@@ -0,0 +1,13 @@
+#define SLJIT_CONFIG_AUTO 1
+
+#include "tmp/src/sljit/sljitConfigInternal.h"
+
+#ifdef SLJIT_CONFIG_UNSUPPORTED
+#error SLJIT unsupported
+#endif
+
+int
+main(void)
+{
+ return 0;
+}