repo.or.cz
/
glibc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Replace crtendS.o with crtend.o for static link
[glibc.git]
/
elf
/
tst-unique3.h
blob
716d23641cc607dee49fee92d72917ae0b21702b
1
// BZ 12510
2
template
<
typename T
>
3
struct
S
4
{
5
static int
i
;
6
};
7
8
extern
int
in_lib
(
void
);