summaryrefslogtreecommitdiff
path: root/mcs/errors/cs0103-4.cs
blob: 21ba3358db42f4e496cc1882726c6a94855cbf48 (plain)
1
2
3
4
5
6
// CS0103: The name `de' does not exist in the current context
// Line: 4

[assembly: System.Reflection.AssemblyCulture(de)]
public class Hello {
}