diff options
Diffstat (limited to 'Tests/SimpleExclude/dirC/dirA/t2.c')
-rw-r--r-- | Tests/SimpleExclude/dirC/dirA/t2.c | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Tests/SimpleExclude/dirC/dirA/t2.c b/Tests/SimpleExclude/dirC/dirA/t2.c new file mode 100644 index 0000000..6aaf406 --- /dev/null +++ b/Tests/SimpleExclude/dirC/dirA/t2.c @@ -0,0 +1,7 @@ +#include <stdio.h> + +int tlib2func() +{ + printf("This is T2\n"); + return 2; +} |