diff options
Diffstat (limited to 'test/Linker/Inputs/pr21374.ll')
-rw-r--r-- | test/Linker/Inputs/pr21374.ll | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/Linker/Inputs/pr21374.ll b/test/Linker/Inputs/pr21374.ll new file mode 100644 index 0000000..fcddeaf --- /dev/null +++ b/test/Linker/Inputs/pr21374.ll @@ -0,0 +1,4 @@ +%foo = type { i8* } +define void @g(%foo* %x) { + ret void +} |