• Home
  • History
  • Annotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/gdb/gdb/testsuite/gdb.base/
1static int barx = 'b' + 'a' + 'r';
2
3int bar (int x)
4{
5  if (x)
6    return barx;
7  else
8    return 0;
9}
10