summaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.base/ptype1.c
blob: 25871509cba4806bdb243c9023a2e965d5360810 (plain)
1
2
3
4
5
6
typedef char foo;

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