a575963da9
Former-commit-id: da6be194a6b1221998fc28233f2503bd61dd9d14
17 lines
284 B
Plaintext
17 lines
284 B
Plaintext
// Referencing an undeclared external assembly
|
|
|
|
.assembly extern mscorlib
|
|
{
|
|
}
|
|
.assembly 'test-fixedarray'
|
|
{
|
|
}
|
|
|
|
.class public sequential ansi beforefieldinit Dummy
|
|
extends [mscorlib]System.Object
|
|
{
|
|
.pack 0
|
|
.size 1024
|
|
.field public class [not_referenced]Test t
|
|
}
|