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
Remove unused macros from i386 lowlevellock.h.
[glibc.git]
/
elf
/
tst-unique3lib2.cc
blob
17d817e12e222a903d112220cb20609164eab295
1
#include <cstdio>
2
#include
"tst-unique3.h"
3
4
template
<
typename T
>
int
S
<
T
>::
i
;
5
6
extern
"C"
7
int
8
in_lib2
()
9
{
10
std
::
printf
(
"in_lib2: %d
\n
"
,
S
<
char
>::
i
);
11
return
S
<
char
>::
i
!=
3
;
12
}