diff options
Diffstat (limited to 'test/Linker/Inputs/basiclink.a.ll')
-rw-r--r-- | test/Linker/Inputs/basiclink.a.ll | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/Linker/Inputs/basiclink.a.ll b/test/Linker/Inputs/basiclink.a.ll new file mode 100644 index 000000000000..997932d4fa76 --- /dev/null +++ b/test/Linker/Inputs/basiclink.a.ll @@ -0,0 +1,2 @@ +define i32* @foo(i32 %x) { ret i32* @baz } +@baz = external global i32 |