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

cs2015.cs « errors « mcs - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 09d74e30c1c62a9084479374b84bed540a5d0a8b (plain)
1
2
3
4
5
6
7
8
// cs2015.cs: Source file `CS2015-lib.dll' is a binary file and not a text file
// Line: 0
// Compiler options: CS2015-lib.dll

class C
{
	public static void Main () {}
}