[runtime] Avoid indirection when building MonoContext on darwin
[mono.git] / mcs / errors / cs1679.cs
1 // CS1679: Invalid extern alias for -reference. Alias `Invalid.Identifier' is not a valid identifier
2 // Line: 0
3 // Compiler options: -r:Invalid.Identifier=CSExternAlias-lib.dll
4
5 using System;
6
7 public class Test
8 {
9 }
10