repo.or.cz
/
mono-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[sgen] Don't trigger collections during allocation of thread objects (#17970)
[mono-project.git]
/
mcs
/
errors
/
cs0430-2.cs
blob
093b07f2db3031ff6df96d33b0bafc1452cf72fc
1
// CS0430: The extern alias `dontdefined' was not specified in -reference option
2
// Line: 4
3
4
using
System
;
5
6
namespace
N
7
{
8
extern alias
dontdefined
;
9
}
10
11
public class
Tester
12
{
13
static void
Main
()
14
{
15
}
16
}