Merge pull request #4431 from vkargov/vk-leaking-points
[mono.git] / mcs / tests / test-740.cs
index 8fabcd48bfe88b5c3e46cf885decc37260ef9224..8daaed799f46ed38ac50104f7c21840a303003ea 100644 (file)
@@ -35,7 +35,7 @@ class FixedTest
                }
        }
 
-       public static unsafe int Main ()
+       unsafe public static int Main ()
        {
                TValue[] values = new TValue[10];
                values[0] = new TValue (0L);