summaryrefslogtreecommitdiff
path: root/Tests/SimpleExclude/dirC/dirB/t6.c
blob: e8877df606c1faaf1ef2699be91b8a5260c56c6c (plain)
1
2
3
4
5
6
7
8
#include <stdio.h>

int tlib6func()
{
  Should not be build unless target directory B, or C are build;
  printf("This is T6\n");
  return 6;
}