summaryrefslogtreecommitdiffstats
path: root/jit-test.c
blob: 3c17a6595b87ebbb767f8b065d9cefc5523e6f8e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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;
}