Resync
[CMakeLuaTailorHgBridge.git] / CMakeLua / Tests / Dependency / Case3 / bar.c
blob62959c1cb11f026606d82f6e58fd2e6b859fe369
1 extern int foo1(void);
2 int main(void)
4 return foo1();