Merge pull request #167 from konrad-kruczynski/send_async_fix
[mono.git] / mcs / tests / test-827-lib.cs
1 // Compiler options: -t:library
2
3 public struct S
4 {
5         string s;
6         
7         public void Test ()
8         {
9         }
10 }