main.cpp (75B)
1 #include <iostream> 2 3 extern void foo(); 4 5 int main() { 6 foo(); 7 return 0; 8 }