Merge pull request #475 from pruiz/xamarin-bug-7408
[mono.git] / mcs / tests / test-831.cs
1 using System.Diagnostics;
2
3 class C
4 {
5         [Conditional ("true")]
6         static void Test ()
7         {
8         }
9
10         public static void Main ()
11         {
12         }
13 }