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

cs1566.cs « errors « mcs - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 5bdfc49387d2e0498c4fff395cb1fc9286861b03 (plain)
1
2
3
4
5
6
7
8
9
10
// CS1566: Error reading resource file `1'
// Line: 0
// Compiler options: -res:1,A

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