cleol
[mcs.git] / errors / cs0642-8.cs
blob899228f263ac29f85e03a0120b4c9fd8e517bdbe
1 // cs0642-8.cs : Possible mistaken empty statement
2 // Line: 13
3 // Compiler options: /warnaserror /warn:3
4 using System;
5 public class C
7 public static int p = 0;
8 public static void Foo ()
10 if (p < 5)
11 Console.WriteLine ();
12 else
14 Console.WriteLine ();