overflow bug has been fixed in net_4_0
[mcs.git] / errors / cs1547-3.cs
blob4067318ce55031647bdd66c7e0512c407c055dd0
1 // CS1547.cs: Keyword `void' cannot be used in this context
2 // Line: 6
4 class C {
5 const string s = "3";
6 public object o = (void)s;