1 #include "FunctionLevelLinkingTest.h"
2 
3 int foo() {
4   return 0;
5 }
6 
7 int main() {
8   return foo() + bar() + baz();
9 }
10