Initial commit.
[CMakeLuaTailorHgBridge.git] / CMakeLua / Tests / ExportImport / Export / testLib2.c
blob5feb83daf6554bfda622ba8a8997f8c3c41b6744
2 extern int testLib1();
4 int testLib2() { return testLib1(); }