2003-12-26 Guilhem Lavaux <guilhem@kaffe.org>
[official-gcc.git] / gcc / testsuite / gcc.dg / pch / inline-1.hs
blobe8f1d6f138fb8957559699ab2c3ffeaf1aac2308
1 extern inline int
2 foo(int a)
4 return a * 2 + 1;