diff options
Diffstat (limited to 'test/ELF/Inputs/rodynamic.s')
-rw-r--r-- | test/ELF/Inputs/rodynamic.s | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/ELF/Inputs/rodynamic.s b/test/ELF/Inputs/rodynamic.s new file mode 100644 index 0000000000000..a06f4bef0084a --- /dev/null +++ b/test/ELF/Inputs/rodynamic.s @@ -0,0 +1,4 @@ +.global foo +.type foo, @function +foo: + ret |