mirror of
https://github.com/Kitware/CMake.git
synced 2025-06-21 12:10:05 +08:00
6 lines
91 B
C++
6 lines
91 B
C++
extern int external_object_function();
|
|
int main()
|
|
{
|
|
return external_object_function();
|
|
}
|