diff options
Diffstat (limited to 'test/Linker/Inputs/PR11464.a.ll')
-rw-r--r-- | test/Linker/Inputs/PR11464.a.ll | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/Linker/Inputs/PR11464.a.ll b/test/Linker/Inputs/PR11464.a.ll new file mode 100644 index 0000000..25a9350 --- /dev/null +++ b/test/Linker/Inputs/PR11464.a.ll @@ -0,0 +1,3 @@ +%bug_type = type opaque +declare i32 @bug_a(%bug_type*) +declare i32 @bug_b(%bug_type*) |