Merge pull request #5714 from alexischr/update_bockbuild
[mono.git] / mcs / tests / test-883-lib.cs
1 // Compiler options: -t:library -r:dlls/test-883.dll
2
3 public class TestClass
4 {
5         public static void Foo (E e)
6         {
7         }
8 }