f3e3aab35a
Former-commit-id: 9c2cb47f45fa221e661ab616387c9cda183f283d
9 lines
158 B
C#
9 lines
158 B
C#
// CS1904: `4013' is not a valid warning number
|
|
// Line: 0
|
|
// Compiler options: -nowarn:4014,4013
|
|
|
|
class ClassMain {
|
|
public static void Main () {}
|
|
}
|
|
|