aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/gcc.dg/pch/inline-4.hs
blob: 31a5069ff8b97a52c11b6e1928cd6a1e37f5ace3 (plain)
1
2
3
4
static inline char *getstring(void)
{
  return "hello";
}