diff options
Diffstat (limited to 'test/Linker/Inputs/PR8300.a.ll')
-rw-r--r-- | test/Linker/Inputs/PR8300.a.ll | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/Linker/Inputs/PR8300.a.ll b/test/Linker/Inputs/PR8300.a.ll new file mode 100644 index 00000000000..c705db3fd00 --- /dev/null +++ b/test/Linker/Inputs/PR8300.a.ll @@ -0,0 +1,2 @@ +%foo2 = type { [8 x i8] } +declare void @zed(%foo2*) |