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
2007-03-28 Chris Toshok <toshok@ximian.com>
[mono-project.git]
/
mcs
/
errors
/
cs3003-5.cs
blob
f6c555da1c33526b52665a176339981c29aaccb6
1
// cs3003-5.cs: Type of `S.test2' is not CLS-compliant
2
// Line: 11
3
// Compiler options: -unsafe
4
5
using
System
;
6
7
[
assembly
:
CLSCompliant
(
true
)]
8
9
public unsafe struct
S
10
{
11
public fixed bool
test2
[
4
];
12
}