[2020-02] Avoid following invalid pointers in mono_w32process_get_modules on Darwin...
[mono-project.git] / mono / tests / assemblyresolve_event5_helper.cs
blobb0944d5f8216d5bb9ad04712e559a6c7347a1c6c
1 using System;
3 public class SimpleTypedAttribute : Attribute {
4 public SimpleTypedAttribute (Type t) { }
7 [SimpleTypedAttribute(typeof(Foo))] /* Foo defined in the assemblyresolve_event5_label assembly */
8 public class MyClass {
9 public MyClass () { }