repo.or.cz
/
mcs.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
2009-05-29 Steven Munroe <munroesj@us.ibm.com>
[mcs.git]
/
errors
/
cs0430.cs
blob
f8925298d6f0cfdf794d6e5dc7274143cbece7a7
1
// CS0430: The extern alias `dontdefined' was not specified in -reference option
2
// Line: 4
3
4
extern alias
dontdefined
;
5
using
System
;
6
7
public class
Tester
8
{
9
static void
Main
()
10
{
11
}
12
}
13