* System.Runtime.Serialization_test.dll.sources: Add
[mono.git] / mcs / tests / test-594.cs
1 using System;
2 using System.Reflection;
3
4 [assembly: AssemblyVersion ("1.0.0.*")]
5
6 public class Test {
7
8         static void Main ()
9         {
10         }
11 }