CMake/Tests/ObjectLibrary/ExportLanguages/a.cxx

5 lines
42 B
C++

extern "C" int acxx(void)
{
return 0;
}