Update version numbers
[mono.git] / mcs / tests / unsafe-8.cs
index 01b9814912d325783a59df1c72534949c01162ac..51ff6b0394d01344d84962a995de0e32e7cc9654 100644 (file)
@@ -1,7 +1,9 @@
+// Compiler options: -unsafe
+
 unsafe class T {
        static int Main () {
                int len = 10;
                int* x = stackalloc int [len];
                return x [0];
        }
-}
\ No newline at end of file
+}