// CS0839: An argument is missing // Line: 12 class Test { static void Foo (int a, bool b) { } static void Main () { Foo (, 1); } }