// CS1043: Invalid accessor body `1', expecting `;', `{', or `=>'
// Line: 6
class C
{
int Foo { set 1; }
}