summaryrefslogtreecommitdiff
path: root/Tests/FindPackageModeMakefileTest/main.cpp
blob: e5f9134ce928ea39143404bda5b8d1a1f2ab8724 (plain)
1
2
3
4
5
6
7
8
#include <stdio.h>
#include <foo.h>

int main()
{
 printf("foo is: %d\n", foo());
 return 0;
}