**** Merged from MCS ****
[mono-project.git] / mcs / tests / test-298.cs
blob9b45a7e8cba1e6e52fa023e607642b75e6edc836
1 using System;
3 class X
5 static int Main (string[] args)
7 int[] t = args.Length > 0 ? null : null;
8 return t == null ? 0 : 1;