mirror of
https://github.com/reactos/CMake.git
synced 2024-12-12 05:45:51 +00:00
6 lines
91 B
C++
6 lines
91 B
C++
extern int external_object_function();
|
|
int main()
|
|
{
|
|
return external_object_function();
|
|
}
|