repo.or.cz
/
netbsd-mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
No empty .Rs/.Re
[netbsd-mini2440.git]
/
gnu
/
dist
/
gdb6
/
gdb
/
testsuite
/
gdb.threads
/
tls-main.c
blob
eec5d50bcf49753bcee8c1862546e5237b02d82b
1
__thread
int
i_tls
=
2
;
2
int
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