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
Take stars out of types where they make more sense.
[mono-project.git]
/
mcs
/
tests
/
test-cls-12.cs
blob
f1bd748dfac6cda56ec25de1ef6415fb264aff25
1
// Compiler options: -warnaserror
2
3
using
System
;
4
5
[
module
:
CLSCompliant
(
true
)]
6
[
assembly
:
CLSCompliant
(
true
)]
7
8
public class
MainClass
{
9
public static void
Main
() {
10
}
11
}