[corlib] Add a special method for XI so the linker does not always have to generate it.
[mono-project.git] / mcs / errors / cs0208-18.cs
blobad8ab81e1276cb64ee3c08c19f4b9974aa493c6d
1 // CS0208: Cannot take the address of, get the size of, or declare a pointer to a managed type `S'
2 // Line: 9
3 // Compiler options: /unsafe
5 unsafe public class C
7 S* i;
10 public struct S
12 AC ac;
15 abstract class AC