1 2 3 4 5 6 7 8 9 10
public class D { public static void Foo (int d = true ? 1 : 0) { } public static void Main () { } }