CMake/Tests/ConvLibrary/bar.c

5 lines
27 B
C
Raw Normal View History

int bar()
{
return 20;
}