Remove old autovect-branch by moving to "dead" directory.
[official-gcc.git] / old-autovect-branch / gcc / testsuite / gcc.dg / pch / inline-2.hs
blob7d90c63deb929a4e8307fa513455a24c65782620
1 extern inline const char *
2 foo(int a)
4 return "abcdefgh"+a;