Merge pull request #733 from amoiseev-softheme/bugfix/monofix
[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 }