CMake/Tests/ConvLibrary/foo.cxx

5 lines
27 B
C++
Raw Normal View History

int foo()
{
return 10;
}