[bcl] Update BCL Linked Size
[mono-project.git] / mcs / tests / test-96.cs
blob5cd064601426e4420d32c769f800b816dee857f0
1 //
2 // Compilation test
3 //
4 // This used to be a bug in the name lookups in delegate declarations
5 //
6 namespace N1
7 {
8 public class A
9 {
10 public static int Main ()
12 return 0;
17 // A used to not be resolved
19 public delegate void C(object sender, A a);