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