// // cs0201.cs: if a meaningless statement is encountered error cs0201 have to be thrown // using System; public class X { public static void Main () { 2 * 3; } }