* man/mono-shlib-cop.1: Add man page for mono-shlib-cop program.
[mono.git] / mcs / tests / fixed-buffer-dll.cs
1 // Compiler options: -t:library -unsafe
2
3 public unsafe struct ExternalStruct
4 {
5     public fixed double double_buffer [4];
6 }