[build] Fix warning (#4177)
[mono-project.git] / mcs / tests / test-929.cs
blobd814b15f61a7ee010258b4cc9a5ae7c0758f49f2
1 public class Wibble
3 public static void Main () {
4 Wibble w = new Wibble();
5 if (w == (null)) {
8 if (w != (null)) {
11 if ((null) == w) {
14 if ((null) != w) {