Sign in
third-party-mirror
/
GRTEv5
/
refs/heads/master
/
.
/
google3
/
third_party
/
grte
/
v5_src
/
glibc-2.27
/
elf
/
tst-unique3lib2.cc
blob: 17d817e12e222a903d112220cb20609164eab295 [
file
] [
log
] [
blame
] [
edit
]
#include
<cstdio>
#include
"tst-unique3.h"
template
<
typename
T
>
int
S
<
T
>::
i
;
extern
"C"
int
in_lib2
()
{
std
::
printf
(
"in_lib2: %d\n"
,
S
<char>
::
i
);
return
S
<char>
::
i
!=
3
;
}