cmake/Tests/RunCMake/Framework/FrameworkSystemIncludeTest.c
2022-03-29 21:10:50 +02:00

9 lines
77 B
C

#include <Example/Example.h>
int foo(void);
int foo(void)
{
return 42;
}