for "build" config, import corlib common sources at unix instead (#11989)
[mono-project.git] / mcs / errors / cs0208-16.cs
blob212860fe601341d2a9b93038d1d17f9ac81dffdb
1 // CS0208: Cannot take the address of, get the size of, or declare a pointer to a managed type `Foo'
2 // Line: 11
3 // Compiler options: -unsafe
5 public unsafe partial struct Foo
9 public unsafe partial struct Foo
11 public Foo *foo;
12 string x;