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

cs7064.cs « errors « mcs - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 13425ef54a096cd7920b043038f2a92fe1984970 (plain)
1
2
3
4
5
6
7
8
9
10
// CS7064: Error opening icon file `missing'. Could not find file "*PATH*/missing"
// Line: 0
// Compiler options: -win32icon:missing

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