aboutsummaryrefslogtreecommitdiff
path: root/REORG.TODO/elf/tst-unique2mod1.c
diff options
context:
space:
mode:
Diffstat (limited to 'REORG.TODO/elf/tst-unique2mod1.c')
-rw-r--r--REORG.TODO/elf/tst-unique2mod1.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/REORG.TODO/elf/tst-unique2mod1.c b/REORG.TODO/elf/tst-unique2mod1.c
new file mode 100644
index 0000000000..7cdb0eb0a0
--- /dev/null
+++ b/REORG.TODO/elf/tst-unique2mod1.c
@@ -0,0 +1,8 @@
+#include <config.h>
+
+asm (".data;"
+ ".globl var\n"
+ ".type var, %gnu_unique_object\n"
+ ".size var, 4\n"
+ "var:.zero 4\n"
+ ".previous");