2003-04-29 Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
[mono.git] / mcs / errors / cs0214.cs
1 // cs0214: Pointer can only be used in unsafe context
2 // Line: 4
3 class X {
4         void *a;
5 }