No empty .Rs/.Re
[netbsd-mini2440.git] / gnu / dist / gcc4 / gcc / testsuite / gcc.dg / pch / inline-2.hs
blob7d90c63deb929a4e8307fa513455a24c65782620
1 extern inline const char *
2 foo(int a)
4 return "abcdefgh"+a;