]> git.ipfire.org Git - thirdparty/glibc.git/blob - elf/tst-unique2mod1.c
manual: Adjust twalk_r documentation.
[thirdparty/glibc.git] / elf / tst-unique2mod1.c
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");