fix run-test
[mcs.git] / errors / cs1556.cs
blob591797ec93ec41279f90f21f83697263ceac1415
1 // cs1555.cs: `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);