binutils-gdb/gdb/testsuite/gdb.base/ptype1.c

7 lines
63 B
C

typedef char foo;
foo charfoo (afoo)
{
return (afoo * 2);
}