2010-04-03 Jb Evain <jbevain@novell.com>
[mcs.git] / errors / cs0214-6.cs
blob28339dfb426dea6f33917eaefb5e046cb1f77240
1 // cs0214-6.cs: Pointers and fixed size buffers may only be used in an unsafe context
2 // Line: 12
4 using System;
6 namespace ConsoleApplication1
8 class Class1
10 static void Main(string[] args)
12 string s = typeof(void *).Name;