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: 47e4616dc405412665afa947bbaccdc65c262b66 (plain)
1
2
3
4
5
6
7
8
9
10
// cs1566.cs: Error reading resource file `1'
// Line: 0
// Compiler options: -res:1,A

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