[interp] Don't check for exception in native wrappers (#14184)
[mono-project.git] / mcs / errors / cs7034.cs
blob071535be25371a3ae7e6a89bf9c67c2bef6d57ca
1 // CS7034: The specified version string `0.0.0.80420' does not conform to the required format - major[.minor[.build[.revision]]]
2 // Line: 7
4 using System;
5 using System.Reflection;
7 [assembly: AssemblyVersion ("0.0.0.80420")]
9 public class Test {
11 public static int Main ()
13 return 1;