#include "bar.h" int foo() { return 1; } int main() { return bar(); }