DEBSOURCES
Skip Quicknav
sources / mono / 4.6.2.7%2Bdfsg-1 / mcs / errors / cs1547-5.cs
12345678
// CS1547: Keyword `void' cannot be used in this context // Line: 6 class C { static void Main () { int i = sizeof (void); } }