// cs0516.cs: Constructor 'Sample.Sample()' can not call itself // Line: 5 class Sample { public Sample (): this () {} }