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
2010-04-01 Jb Evain <jbevain@novell.com>
[mcs.git]
/
errors
/
cs0106-4.cs
blob
aee2e55ccd6d94b3256b502fbfe0c18c9ffeef92
1
// CS0106: The modifier `unsafe' is not valid for this item
2
// Line: 5
3
// Compiler options: -unsafe
4
5
unsafe enum
E
6
{
7
}