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
use MOONLIGHT symbol
[mcs.git]
/
errors
/
cs0106-2.cs
blob
3d48adda8d3b0beba06292048494f1536f0eecbe
1
// CS0106: The modifier `volatile' is not valid for this item
2
// Line: 8
3
// Compiler options: -unsafe
4
5
public unsafe struct
S
6
{
7
volatile fixed char
b
[
8
];
8
}
9