1#ifndef FUNCTION_LEVEL_LINKING_TEST_H2#define FUNCTION_LEVEL_LINKING_TEST_H3 4int bar() {5 return 0;6}7 8int baz() {9 return 0;10}11 12#endif13