Merge pull request #5714 from alexischr/update_bockbuild
[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 }