/* This file is func.c. */ #include "func.h" int f(void) { return 2; }