[unit-tests] Fix Makefile.am when Mono is compiled with LLVM
[mono-project.git] / mcs / errors / cs1664.cs
blob752eddd4101f36fc12033631572bc6ef5d9fc654
1 // CS1664: Fixed size buffer `C.test_1' of length `1073741825' and type `long' exceeded 2^31 limit
2 // Line: 7
3 // Compiler options: -unsafe
5 public unsafe struct C
7 private fixed long test_1 [1073741825];