add ISafeSerializationData
[mcs.git] / tests / gtest-exmethod-17.cs
blobbc14b11238d44b51877fe1525a0c8d3830568c64
1 // Compiler options: -r:gtest-exmethod-17-lib.dll
3 using System;
4 using Testy;
6 public static class MainClass
8 public static void Main ()
10 Object o = new Object ();
11 Console.WriteLine (o.MyFormat ("hello:{0}:{1}:", "there", "yak"));