2010-06-03 Jb Evain <jbevain@novell.com>
[mcs.git] / errors / cs0106-2.cs
blob3d48adda8d3b0beba06292048494f1536f0eecbe
1 // CS0106: The modifier `volatile' is not valid for this item
2 // Line: 8
3 // Compiler options: -unsafe
5 public unsafe struct S
7 volatile fixed char b[8];