[corlib] Make Marshal.BufferToBSTR(Array, int) non-public again (#5670)
[mono.git] / mcs / tests / test-debug-09.cs
1 // Statements with no CIL code
2
3 using System;
4
5 class C
6 {
7         event Action e;
8         
9         public static void Main ()
10         {
11                 const byte x = 9;
12         }
13 }