Updated with review feedback.
[mono.git] / mcs / tests / test-944-lib.cs
1 // Compiler options: -t:library
2
3 public class Class1
4 {
5         public byte[] Finalize ()
6         {
7                 return null;
8         }
9 }