summaryrefslogtreecommitdiff
path: root/test/ELF/Inputs/dso-undef-size.s
diff options
context:
space:
mode:
Diffstat (limited to 'test/ELF/Inputs/dso-undef-size.s')
-rw-r--r--test/ELF/Inputs/dso-undef-size.s4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/ELF/Inputs/dso-undef-size.s b/test/ELF/Inputs/dso-undef-size.s
new file mode 100644
index 000000000000..424f56f82b72
--- /dev/null
+++ b/test/ELF/Inputs/dso-undef-size.s
@@ -0,0 +1,4 @@
+.text
+.global foo
+.size foo, 4
+foo: