This commit was generated by cvs2svn to track changes on a CVS vendor
[deliverable/binutils-gdb.git] / gdb / testsuite / gdb.base / bar.c
1 static int barx __attribute__ ((section (".data01"))) = 'b' + 'a' + 'r';
2
3 int bar (int x)
4 {
5 if (x)
6 return barx;
7 else
8 return 0;
9 }
This page took 0.032072 seconds and 5 git commands to generate.