2010-05-31 Jb Evain <jbevain@novell.com>
[mcs.git] / tests / test-396.cs
blob1262608954da5868a2b4d27ef68a72408a0c445f
1 // Compiler options: -r:test-396-lib.dll
3 public class MainClass
5 public static int Main ()
7 A a = new A ();
8 B b = new B ();
9 bool r = (a == b);
11 return 0;