• 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.threads/
1__thread int i_tls = 2;
2int main ()
3{
4  int result;
5  result = foo (); /* Call to foo should return 2, not 1.  */
6  result ++;
7  return 0; /* break here to check result */
8}
9
10