llvm/clang/test/CodeGen/2006-09-25-DebugFilename.h

extern int exfunc(int a);

static inline int hfunc1()
{
  return exfunc(1);
}