CMake/Tests/SourceGroups/bar.c
Alexander Neundorf e7a1b85f76 ENH: add test for source_group
Alex
2007-08-24 10:39:51 -04:00

5 lines
33 B
C

int barbar(void)
{
return 2;
}