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
Refactor strtod parsing of NaN payloads.
[glibc.git]
/
elf
/
tst-unique1mod1.c
blob
84b1f908d6ed9fcc644950bf4e4da59248a542cc
1
#include <config.h>
2
3
asm
(
".data;"
4
".globl var
\n
"
5
".type var, %gnu_unique_object
\n
"
6
".size var, 4
\n
"
7
"var:.zero 4
\n
"
8
".previous"
);
9
extern
int
var
;
10
11
int
*
12
f
(
void
)
13
{
14
var
=
1
;
15
return
&
var
;
16
}