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

test-534.cs « tests « mcs - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 7985864991f352e94760cd00fd66836ad76deebf (plain)
1
2
3
4
5
6
7
8
9
10
// Compiler options: -t:library

// CultureTest, bugs: 79273 and 76765
[assembly: System.Reflection.AssemblyCulture("this-culture-does-not-exist")]

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