aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/2006-09-25-DebugFilename.h
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/2006-09-25-DebugFilename.h')
-rw-r--r--test/CodeGen/2006-09-25-DebugFilename.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/CodeGen/2006-09-25-DebugFilename.h b/test/CodeGen/2006-09-25-DebugFilename.h
new file mode 100644
index 000000000000..9b03666b3c27
--- /dev/null
+++ b/test/CodeGen/2006-09-25-DebugFilename.h
@@ -0,0 +1,6 @@
+extern int exfunc(int a);
+
+static inline int hfunc1()
+{
+ return exfunc(1);
+}