2010-04-06 Jb Evain <jbevain@novell.com>
[mcs.git] / errors / cs0208-5.cs
blobf5d2d59fc4fbc06b23d4b67e4b7f18578e738c4a
1 // cs0208-5.cs: Cannot take the address of, get the size of, or declare a pointer to a managed type `X'
2 // Line: 8
3 // Compiler options: -unsafe
5 unsafe struct X {
6 string a;
7 static void Main () {
8 X* y;