Merge pull request #5714 from alexischr/update_bockbuild
[mono.git] / mcs / tests / gtest-403-lib.cs
1 // Compiler options: -t:library
2
3 public struct ExS<T>
4 {
5         public void Bar ()
6         {
7         }
8 }