(root)/
glibc-2.38/
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");