2005-04-17 Atsushi Enomoto <atsushi@ximian.com>
[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 }