[ci] Only build the additional profiles on one arch instead of everywhere
[mono-project.git] / mcs / errors / cs1519-2.cs
blob5aac68776159dd3db9df322471dff00c81c3848c
1 // CS1519: Unexpected symbol `extern' in class, struct, or interface member declaration
2 // Line: 5
4 public class Test {}
5 extern alias Hey;