1
0
mirror of https://github.com/Kitware/CMake.git synced 2025-06-26 06:34:13 +08:00
CMake/Tests/ExternalOBJ/executable.cxx

6 lines
91 B
C++

extern int external_object_function();
int main()
{
return external_object_function();
}