linux-packaging-mono/mcs/tests/gtest-fixedbuffer-01-lib.cs

7 lines
124 B
C#
Raw Normal View History

// Compiler options: -t:library -unsafe
public unsafe struct ExternalStruct
{
public fixed double double_buffer [4];
}