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