// cs0214: Pointer can only be used in unsafe context // Line: 8 // Compiler options: -unsafe class X { public void a () { void *p; } static void Main () {} }