#include "x.h" void bar (void) { h1 (26); } int h1 (int __fd) { return __fd; } libc_hidden_def(h1) void baz (void) { h1 (26); }