Target FP: Make use of MPFR if available
[deliverable/binutils-gdb.git] / gdb / testsuite / gdb.base / ptype1.c
1 typedef char foo;
2
3 foo charfoo (afoo)
4 {
5 return (afoo * 2);
6 }
This page took 0.029044 seconds and 4 git commands to generate.