Home | History | Annotate | Download | only in dirA
      1 #include <stdio.h>
      2 
      3 int tlib1func()
      4 {
      5   Should not be build unless target directory A, B, or C are build;
      6   printf("This is T1\n");
      7   return 5;
      8 }
      9