// cs0143.cs: The type `int' has no constructors defined // Line: 8 class C { static void Main () { int i = new int(1); } }