diff options
Diffstat (limited to 'test/Linker/Inputs/unique-fwd-decl-order.ll')
-rw-r--r-- | test/Linker/Inputs/unique-fwd-decl-order.ll | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/test/Linker/Inputs/unique-fwd-decl-order.ll b/test/Linker/Inputs/unique-fwd-decl-order.ll new file mode 100644 index 0000000..e87ac84 --- /dev/null +++ b/test/Linker/Inputs/unique-fwd-decl-order.ll @@ -0,0 +1,6 @@ +!named = !{!0} + +; These nodes are intentionally in the opposite order from the test-driver. +; However, they are numbered the same for the reader's convenience. +!1 = !{} +!0 = !{!1} |