#ifndef FUNCTION_LEVEL_LINKING_TEST_H
#define FUNCTION_LEVEL_LINKING_TEST_H

int bar() {
  return 0;
}

int baz() {
  return 0;
}

#endif
