add implementation for stpcpy
[mono-project/dkf.git] / mcs / tests / gtest-333.cs
blobe9f6455ad3e811f50e1e0a64c5725c220e3d89f8
1 using System;
3 public static class Program
5 private static void Main ()
7 Exception ex1 = null ?? new Exception ();
8 Exception ex2 = new Exception() ?? null;