Merge pull request #5714 from alexischr/update_bockbuild
[mono.git] / mcs / tests / gtest-582-lib.cs
1 // Compiler options: -t:library
2
3 public class C : I
4 {
5 }
6
7 interface I
8 {
9 }