2010-04-03 Jb Evain <jbevain@novell.com>
[mcs.git] / errors / cs0208-9.cs
blob815106bc5dbebc4edd5295daa00d61cb14897c5d
1 // cs0208-9.cs: Cannot take the address of, get the size of, or declare a pointer to a managed type `Foo'
2 // Line: 7
3 // Compiler options: -t:library -unsafe
5 public unsafe struct Foo
7 public Foo *foo;
8 string x;