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
[System.Data] Try to fix random DataViewTest.DefaultColumnNameAddListChangedTest...
[mono-project.git]
/
mcs
/
errors
/
cs3003-8.cs
blob
b7fea9e14e8712ae11015ba8ba6a7804b8242c39
1
// CS3003: Type of `S.test2' is not CLS-compliant
2
// Line: 11
3
// Compiler options: -unsafe -warnaserror -warn:1
4
5
using
System
;
6
7
[
assembly
:
CLSCompliant
(
true
)]
8
9
public unsafe struct
S
10
{
11
public fixed bool
test2
[
4
];
12
}