EncoderReplacementFallbackBuffer.Reset() did not really reset its internals.
[mono-project/dkf.git] / mcs / tests / test-496.cs
blobe06d36611c18991101a281157c7c18b1e030528e
1 // Compiler options: -unsafe
3 unsafe class Baz
5 struct Foo
7 public Foo *next;
10 public static void Main ()