summaryrefslogtreecommitdiff
path: root/mcs/tests/test-534.cs
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 ()
	{
	}
}