summaryrefslogtreecommitdiff
path: root/mcs/tests/test-875-2-lib.il
diff options
context:
space:
mode:
Diffstat (limited to 'mcs/tests/test-875-2-lib.il')
-rw-r--r--mcs/tests/test-875-2-lib.il21
1 files changed, 21 insertions, 0 deletions
diff --git a/mcs/tests/test-875-2-lib.il b/mcs/tests/test-875-2-lib.il
new file mode 100644
index 0000000000..7c45836f7c
--- /dev/null
+++ b/mcs/tests/test-875-2-lib.il
@@ -0,0 +1,21 @@
+.assembly extern mscorlib
+{
+}
+
+.assembly extern 'test-875-lib-missing'
+{
+}
+
+.assembly 'test-875-2-lib'
+{
+ .hash algorithm 0x00008004
+ .ver 0:0:0:0
+}
+
+.module 'test-875-2-lib'
+
+.class extern forwarder N.Lib
+{
+ .assembly extern 'test-875-lib-missing'
+}
+