1#include <config.h>
2
3asm (".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

source code of glibc/elf/tst-unique2mod1.c