repo.or.cz
/
mcs.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Reenable AOT, it wasn't enabled on the x86 buildbot anyway.
[mcs.git]
/
tests
/
test-cls-16.cs
blob
5929b442e4e0a681dbe78ea1da0157094c15242b
1
using
System
;
2
[
assembly
:
CLSCompliant
(
true
)]
3
4
[
CLSCompliant
(
false
)]
5
[
CLSAttribute
(
new bool
[]
{true, false}
)]
6
public class
CLSAttribute
:
Attribute
{
7
public
CLSAttribute
(
bool
[]
array
) {
8
}
9
}
10
11
public class
ClassMain
{
12
public static void
Main
() {}
13
}