diff options
Diffstat (limited to 'llvm/test/FrontendC/2006-09-25-DebugFilename.h')
| -rw-r--r-- | llvm/test/FrontendC/2006-09-25-DebugFilename.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/llvm/test/FrontendC/2006-09-25-DebugFilename.h b/llvm/test/FrontendC/2006-09-25-DebugFilename.h new file mode 100644 index 00000000000..9b03666b3c2 --- /dev/null +++ b/llvm/test/FrontendC/2006-09-25-DebugFilename.h @@ -0,0 +1,6 @@ +extern int exfunc(int a); + +static inline int hfunc1() +{ + return exfunc(1); +} |

