summaryrefslogtreecommitdiff
path: root/test cases/cmake/28 include directories/main.c
blob: bb7fe2966e1835392c944e155e343a649b34782b (plain)
1
2
3
4
5
6
7
8
9
#include <stdint.h>
#include <cmTest.h>

int main(void)
{
    cmTestFunc();
    return 0;
}