Merge pull request #5714 from alexischr/update_bockbuild
[mono.git] / mcs / tests / test-679.cs
1 // Compiler options: -t:library -r:dlls/test-679-1/test-679-lib.dll -r:dlls/test-679-2/test-679-lib-2.dll
2
3 using System;
4
5 class Program
6 {
7         void Main ()
8         {
9                 LibB.A ();
10                 LibB.B ();
11         }
12 }