summaryrefslogtreecommitdiff
path: root/tests/src/Loader/classloader/regressions/dev11_221340/Library.il
diff options
context:
space:
mode:
Diffstat (limited to 'tests/src/Loader/classloader/regressions/dev11_221340/Library.il')
-rw-r--r--tests/src/Loader/classloader/regressions/dev11_221340/Library.il17
1 files changed, 17 insertions, 0 deletions
diff --git a/tests/src/Loader/classloader/regressions/dev11_221340/Library.il b/tests/src/Loader/classloader/regressions/dev11_221340/Library.il
new file mode 100644
index 0000000000..03472b499c
--- /dev/null
+++ b/tests/src/Loader/classloader/regressions/dev11_221340/Library.il
@@ -0,0 +1,17 @@
+// Licensed to the .NET Foundation under one or more agreements.
+// The .NET Foundation licenses this file to you under the MIT license.
+// See the LICENSE file in the project root for more information.
+
+.assembly extern System.Console { }
+.assembly extern mscorlib {}
+.assembly Library {}
+
+.class public auto ansi sealed MyClass1
+{
+ .field public int32 myValue1
+}
+
+.class public auto ansi MyClass2 extends MyClass1
+{
+ .field public int32 myValue2
+}