2009-12-17 Atsushi Enomoto <atsushi@ximian.com>
[mono.git] / mcs / errors / cs0214-6.cs
index 55d2440be3ee9f8af3fd812672fa439212b6c4ea..28339dfb426dea6f33917eaefb5e046cb1f77240 100644 (file)
@@ -1,3 +1,6 @@
+// cs0214-6.cs: Pointers and fixed size buffers may only be used in an unsafe context
+// Line: 12
+
 using System;
 
 namespace ConsoleApplication1