Copied remotely
[mono.git] / mcs / tests / pu-pi.cs
1 // Compiler options: -r:pp.dll -r:pi.dll
2
3 class Test {
4         static void Main () {
5                 Provider p = new Provider ();
6         }
7 }