Dead
[official-gcc.git] / gomp-20050608-branch / gcc / testsuite / gcc.dg / pch / inline-1.hs
blobe8f1d6f138fb8957559699ab2c3ffeaf1aac2308
1 extern inline int
2 foo(int a)
4 return a * 2 + 1;