beta-0.89.2
[luatex.git] / source / libs / lua52 / luatest.c
blobae2f3dcbe8e7fe8d42880d13b2cfd6376fe865be
1 /* luatest.c: Basic test for liblua52
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 <lua.h>
10 int main (int argc, char **argv)
12 printf ("%s: Compiled with %s\n",
13 argv[0], LUA_VERSION);
14 return 0;