#include "test.h" int main() { return foo(); } int foo() { return 0; }