Add support for Windows x64 Full AOT + LLVM + Interpreter on CI. (#15276)
[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];