using System; using System.Web; namespace LeftoverDebugCode { class Test { public static void Main(string[] args) // BAD { } } }