14 lines
186 B
C#
14 lines
186 B
C#
|
// CS0430: The extern alias `dontdefined' was not specified in -reference option
|
||
|
// Line: 4
|
||
|
|
||
|
extern alias dontdefined;
|
||
|
using System;
|
||
|
|
||
|
public class Tester
|
||
|
{
|
||
|
static void Main ()
|
||
|
{
|
||
|
}
|
||
|
}
|
||
|
|