Merge pull request #5714 from alexischr/update_bockbuild
[mono.git] / mcs / errors / cs8043.cs
index b7f9da825f6838076d0c1d10d30d4cbcad3a7f53..6c011e11f4a70612f36f20443762a01007eaffea 100644 (file)
@@ -1,5 +1,6 @@
 // CS8043: `S.S(long)': Structs with primary constructor cannot specify default constructor initializer
 // Line: 6
+// Compiler options: -langversion:experimental
 
 struct S (int x)
 {