/* jittest.c: Basic test for libluajit * * Copyright (C) 2014 Peter Breitenlohner * You may freely use, modify and/or distribute this file. */ #include #include int main (int argc, char **argv) { printf ("%s: Compiled with %s (%s)\n", argv[0], LUAJIT_VERSION, LUA_VERSION); return 0; }