EncoderReplacementFallbackBuffer.Reset() did not really reset its internals.
[mono-project/dkf.git] / mcs / tests / gtest-498.cs
blob4259c81512f0f7c579fa98a8491e8110b312002b
1 // Compiler options: -r:gtest-498-lib.dll
3 class A : C<int>
5 public A ()
7 base.size = 100;
10 public static int Main ()
12 ssize = 101;
13 return 0;