copied mono-api-diff.cs from mono-2-2 branch so new patch can be applied and history...
[mono.git] / mcs / tests / test-679.cs
1 // Compiler options: -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         static int Main ()
8         {
9                 LibB.A ();
10                 LibB.B ();
11                 return 0;
12         }
13 }