8 lines
174 B
C#
Raw Normal View History

// Compiler options: -r:test-419-2-lib.dll -r:test-419-3-lib.dll
class Test {
public static void Main () {
Provider p = new Provider ();
}
}