**** Merged from MCS ****
[mono-project.git] / mcs / errors / cs0676-2.cs
blobb35d5920e7027f384ea8b4b3962eb4fe8efcdb09
1 // Compiler options: -unsafe
3 unsafe class XX {
4 static volatile int j;
6 static void X (ref int a)
10 static void Main ()
12 X (ref j);