summaryrefslogtreecommitdiff
path: root/mcs/errors/cs1679.cs
blob: 19f17b27ac94e8fb469a0a806d1d1d54000adfc1 (plain)
1
2
3
4
5
6
7
8
9
10
// CS1679: Invalid extern alias for -reference. Alias `Invalid.Identifier' is not a valid identifier
// Line: 0
// Compiler options: -r:Invalid.Identifier=CSExternAlias-lib.dll

using System;

public class Test
{
}