a575963da9
Former-commit-id: da6be194a6b1221998fc28233f2503bd61dd9d14
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 ()
|
|
{
|
|
}
|
|
}
|
|
|