summaryrefslogtreecommitdiff
path: root/Tests/SimpleExclude/dirD/t8.c
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/SimpleExclude/dirD/t8.c')
-rw-r--r--Tests/SimpleExclude/dirD/t8.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/Tests/SimpleExclude/dirD/t8.c b/Tests/SimpleExclude/dirD/t8.c
new file mode 100644
index 000000000..bddec6f7e
--- /dev/null
+++ b/Tests/SimpleExclude/dirD/t8.c
@@ -0,0 +1,7 @@
+#include <stdio.h>
+
+int tlib8func()
+{
+ printf("This is T8\n");
+ return 8;
+}