Merge pull request #15293 from lewing/wasm-clean
[mono-project.git] / mcs / tests / test-debug-15.cs
blob3e04a224380f8fbb29a41bddd2b6bcc29dd23a7f
1 using System.IO;
3 class Foo
5 ~Foo()
7 StreamWriter.Null.WriteLine("Finalize");
10 public static void Main ()
12 new Foo ();