repo.or.cz
/
mono-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[metadata] Use MONO_PROFILER_API on MonoClass getters in checked builds (#20440)
[mono-project.git]
/
mcs
/
errors
/
cs1665.cs
blob
6508e548bf3e8f3a4d7ffe7b024d3d3250314f31
1
// CS1665: `S.test20': Fixed size buffers must have a length greater than zero
2
// Line: 7
3
// Compiler options: -unsafe
4
5
public unsafe struct
S
6
{
7
public fixed bool
test20
[-
4
];
8
}