2010-05-31 Jb Evain <jbevain@novell.com>
[mcs.git] / tests / test-671.cs
blob817e8e2a38401037333d7ac647b6c9e1338e5da1
1 using System;
3 class C
5 static int Main ()
7 return Bar (null) ? 1 : 0;
10 static bool Bar (object t)
12 return Bar is object;