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
* MSBuild.cs (Execute): Don't share target output items,
[mcs.git]
/
errors
/
cs0214.cs
blob
8bb9ab1b64bb4c236ba1fc3e62c989d26ff3a566
1
// cs0214.cs: Pointers and fixed size buffers may only be used in an unsafe context
2
// Line: 6
3
// Compiler options: -unsafe
4
5
class
X
{
6
void
*
a
;
7
}