[gdb/testsuite] Stabilize gdb-caching-proc.exp test order
[deliverable/binutils-gdb.git] / gdb / testsuite / gdb.base / opaque1.c
CommitLineData
c906108c
SS
1struct foo {
2 int a;
3 int b;
4} afoo = { 1, 2};
5
6struct foo *getfoo ()
7{
8 return (&afoo);
9}
10
c906108c 11void putfoo (struct foo *foop)
c906108c
SS
12{
13}
This page took 1.980017 seconds and 4 git commands to generate.