Merge pull request #4033 from ntherning/no-stdcall-for-icalls-on-windows-32-bit
[mono.git] / mcs / tests / gtest-fixedbuffer-01-lib.cs
1 // Compiler options: -t:library -unsafe
2
3 public unsafe struct ExternalStruct
4 {
5     public fixed double double_buffer [4];
6 }