[loader] LoadFrom of problematic images should reprobe
[mono-project.git] / mcs / errors / cs1556.cs
blob7c06b609ab7fd53435b9f56539ce05e279d36438
1 // CS1555: `MainTest' specified for Main method must be a valid class or struct
2 // Line: 0
3 // Compiler options: -main:MainTest
5 public interface MainTest
7 void Main (string[] args);