Switch to compiler-tester
[mono.git] /
1 // Compiler options: -t:library -unsafe
2
3 public unsafe struct ExternalStruct
4 {
5     public fixed double double_buffer [4];
6 }