Bump NuGet.BuildTasks to get new updates and switch to `dev` branch (#5566)
[mono.git] / mcs / tests / test-944.cs
1 // Compiler options: -r:test-944-lib.dll
2
3 public class Class2
4 {
5         public static void Main ()
6         {
7                 var writer = new Class1();
8                 byte[] bytes = writer.Finalize();
9         }
10 }