beta-0.89.2
[luatex.git] / source / libs / luajit / jittest.c
blob8ac5f862acb34800a13935662672aeb61a1eea6b
1 /* jittest.c: Basic test for libluajit
3 * Copyright (C) 2014 Peter Breitenlohner <tex-live@tug.org>
4 * You may freely use, modify and/or distribute this file.
5 */
7 #include <stdio.h>
8 #include <luajit.h>
10 int main (int argc, char **argv)
12 printf ("%s: Compiled with %s (%s)\n",
13 argv[0], LUAJIT_VERSION, LUA_VERSION);
14 return 0;