Clang Project

clang_source_code/test/CodeGen/2006-09-25-DebugFilename.h
1extern int exfunc(int a);
2
3static inline int hfunc1()
4{
5  return exfunc(1);
6}
7