blob: 9f6f6f954ac4cbdcb707c08c76b300c2a736b959 (
plain)
1
2
3
4
5
6
7
8
9
10
|
// CS1644: Feature `namespace alias qualifier' cannot be used because it is not part of the C# 1.0 language specification
// Line: 7
// Compiler options: -langversion:ISO-1
class Program
{
static global::System.Void Main ()
{
}
}
|