summaryrefslogtreecommitdiffstats
path: root/test/D/HSTeoh/LinkingProblem/cprog.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/D/HSTeoh/LinkingProblem/cprog.c')
-rw-r--r--test/D/HSTeoh/LinkingProblem/cprog.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/test/D/HSTeoh/LinkingProblem/cprog.c b/test/D/HSTeoh/LinkingProblem/cprog.c
new file mode 100644
index 0000000..674fd96
--- /dev/null
+++ b/test/D/HSTeoh/LinkingProblem/cprog.c
@@ -0,0 +1,7 @@
+extern void ncurs_init();
+extern void ncurs_cleanup();
+
+int main() {
+ ncurs_init();
+ ncurs_cleanup();
+}