cmake/Tests/SourceGroups/tree_foo.c

5 lines
35 B
C
Raw Normal View History

2017-04-14 19:02:05 +02:00
int tree_foo(void)
{
return 6;
}