1 2 3 4 5 6 7
// CS1692: Invalid number // Line: 5 // Compiler options: -warnaserror #pragma warning disable 1AAA class MainClass { }