]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - gdb/testsuite/gdb.base/ptype1.c
run copyright.sh for 2011.
[thirdparty/binutils-gdb.git] / gdb / testsuite / gdb.base / ptype1.c
CommitLineData
f4d85314
FF
1typedef char foo;
2
3foo charfoo (afoo)
4{
5 return (afoo * 2);
6}