Sign in
gnu
/
binutils-gdb
/
9c697157b823b052c6044f676d90a87aea6d173f
/
.
/
gdb
/
testsuite
/
gdb.base
/
ptype1.c
blob: 43ab05694e29e1ef61a0ea498ef8cc9dff8bcd3e [
file
] [
log
] [
blame
]
typedef
char
foo
;
foo charfoo
(
int
afoo
)
{
return
(
afoo
*
2
);
}