EncoderReplacementFallbackBuffer.Reset() did not really reset its internals.
[mono-project/dkf.git] / mcs / tests / gtest-friend-14.cs
blob63b05ab82b56c7d49197434d4cd5be956f61ec8a
1 // Compiler options: -r:gtest-friend-14-lib.dll
3 using N;
5 public class Test
7 public static int Main ()
9 C.Init (new C.S [0]);
10 return 0;