This commit was generated by cvs2svn to track changes on a CVS vendor
[binutils-gdb.git] / gdb / testsuite / gdb.base / ptype1.c
1 typedef char foo;
2
3 foo charfoo (afoo)
4 {
5 return (afoo * 2);
6 }