Welcome to mirror list, hosted at ThFree Co, Russian Federation.

test-551.cs « tests « mcs - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: c1f5adbc1c146711b9444d0c13996a7702f95dab (plain)
1
2
3
4
5
namespace System {
	public struct Int32 {
		public static void Main () {}
	}
}