summaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/pch/inline-4.hs
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/testsuite/gcc.dg/pch/inline-4.hs')
-rw-r--r--gcc/testsuite/gcc.dg/pch/inline-4.hs4
1 files changed, 4 insertions, 0 deletions
diff --git a/gcc/testsuite/gcc.dg/pch/inline-4.hs b/gcc/testsuite/gcc.dg/pch/inline-4.hs
new file mode 100644
index 000000000..31a5069ff
--- /dev/null
+++ b/gcc/testsuite/gcc.dg/pch/inline-4.hs
@@ -0,0 +1,4 @@
+static inline char *getstring(void)
+{
+ return "hello";
+}