Merge pull request #5714 from alexischr/update_bockbuild
[mono.git] / mono / tests / assemblyresolve_event5_label.cs
1 using System;
2
3 public class Foo {
4         public Foo () { }
5 }