2010-05-25 Jb Evain <jbevain@novell.com>
[mcs.git] / errors / cs1681.cs
blob563ccbf138416cc100275f84681d13cc3369ba09
1 // cs1681.cs: You cannot redefine the global extern alias
2 // Line: 3
3 extern alias global;
4 using System;
6 public class Test
8 static void Main ()