[ci] Only build the additional profiles on one arch instead of everywhere
[mono-project.git] / mcs / errors / cs0576.cs
blob69dd5f48d7c538bd7f80cf2ae3b82cb7b6a98803
1 // CS0576: Namespace `global::' contains a definition with same name as alias `S'
2 // Line: 14
4 using S = System;
6 public class S
10 public class Test
12 public static void Main()
14 S s;