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.
10 int main (int argc
, char **argv
)
12 printf ("%s: Compiled with %s\n",
13 argv
[0], LUA_VERSION
);