Merge pull request #5675 from mono/glib-debug-symbols
[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 }