1
0
mirror of https://github.com/Kitware/CMake.git synced 2025-06-21 12:10:05 +08:00
CMake/Tests/ExternalOBJ/executable.cxx

6 lines
91 B
C++

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