index
:
cbb-gcc-4.6.4
main
compiler building blocks: cbb-gcc-4.6.4: including full support for the midipix targets
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
gcc
/
testsuite
/
gcc.dg
/
pch
/
inline-4.hs
blob: 31a5069ff8b97a52c11b6e1928cd6a1e37f5ace3 (
plain
)
1
2
3
4
static
inline
char
*
getstring
(
void
)
{
return
"hello"
;
}