New test.
[mono.git] / mcs / errors / cs1681.cs
1 // cs1681.cs: You cannot redefine the global extern alias
2 // Line: 3
3 extern alias global;
4 using System;
5
6 public class Test 
7 {
8         static void Main ()
9         {
10         }
11 }
12