Merge pull request #3540 from kumpera/abort-on-gerror
[mono.git] / mcs / tests / test-582.cs
1 using System;
2
3 public static class TrueClass : Object
4 {
5         public static void Main ()
6         {
7         }
8 }