Merge pull request #5714 from alexischr/update_bockbuild
[mono.git] / mcs / tests / gtest-named-02.cs
1 public class D
2 {
3         public static void Foo (int d = true ? 1 : 0)
4         {
5         }
6
7         public static void Main ()
8         {
9         }
10 }