Fix DateTime.Now and CurrentTimeToUtc during DST transition time (#4172)
[mono-project.git] / mcs / tests / gtest-fixedbuffer-01-lib.cs
blob61b92f1e7339e355136019cecb88cde589d258bd
1 // Compiler options: -t:library -unsafe
3 public unsafe struct ExternalStruct
5 public fixed double double_buffer [4];