10 lines
58 B
C++
10 lines
58 B
C++
|
|
extern void foo();
|
|
|
|
int main()
|
|
{
|
|
|
|
foo();
|
|
return 0;
|
|
}
|