CMake/Tests/SimpleExclude/dirC/dirA/t2.c

8 lines
78 B
C

#include <stdio.h>
int tlib2func()
{
printf("This is T2\n");
return 2;
}