[arm64] Add the full neon regs to the context
[mono.git] / mcs / tests / test-xml-052.cs
1 // Compiler options: -doc:xml-052.xml -warnaserror
2         // mcs /doc test for nested types
3
4         /// <summary>Global delegate</summary>
5         public delegate void GlobalDel ();
6
7
8         /// <summary>Outer class</summary>
9         public class Outer {
10                 /// <summary>Inner Class</summary>
11                 public delegate void Del ();
12
13                 static void Main ()
14                 {
15                 }
16         }
17