// cs0214: Pointer can only be used in unsafe context // Line: 6 // Compiler options: -unsafe class X { void *a; }