**** Merged from MCS ****
[mono-project.git] / mcs / errors / cs0201.cs
bloba5e3a00c04c52f5c90b02a45f33230e1162309e7
1 //
2 // cs0201.cs: if a meaningless statement is encountered error cs0201 have to be thrown
3 //
5 using System;
7 public class X
9 public static void Main ()
11 2 * 3;