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
2009-03-11 Zoltan Varga <vargaz@gmail.com>
[mcs.git]
/
tests
/
test-cls-07.cs
blob
056ec60bf8369cc32ccb630b59adbf3bfde887e7
1
// Compiler options: -warnaserror
2
3
using
System
;
4
5
[
assembly
:
CLSCompliant
(
true
)]
6
7
namespace
aa
{
8
public class
I1
{
9
}
10
}
11
12
namespace
bb
{
13
public interface
i1
{
14
}
15
}
16
17
public class
CLSClass
{
18
public static void
Main
() {}
19
}