[ci] Only build the additional profiles on one arch instead of everywhere
[mono-project.git] / mcs / errors / cs1729-2.cs
blob1bb856120de8945f5b608a61453caf36fa480997
1 // CS1729: The type `X' does not contain a constructor that takes `0' arguments
2 // Line: 11
3 class X {
5 X (int a)
9 static void Main ()
11 new X ();