6 lines
91 B
C++
6 lines
91 B
C++
extern int external_object_function();
|
|
int main()
|
|
{
|
|
return external_object_function();
|
|
}
|