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
tag rc1
[mcs.git]
/
errors
/
cs0227.cs
blob
f298e4ad3235bee85e0a1fe2b2afbb52cb626dfd
1
// cs0227.cs: Unsafe code requires the `unsafe' command line option to be specified
2
// Line: 5
3
4
class
UnsafeClass
{
5
unsafe
UnsafeClass
() {}
6
}
7
8