Merge pull request #4381 from BrzVlad/feature-generational-hash
[mono.git] / mcs / tests / test-748-lib.cs
1 // Compiler options: -target:library
2
3 namespace Test
4 {
5         class Foo
6         {
7         }
8 }