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-10-20 Jb Evain <jbevain@novell.com>
[mcs.git]
/
tests
/
test-cls-17.cs
blob
6d62d5eb2f6947f9f2dafb687850936db6ab127b
1
// This code issues CS3014 error in csc ersion 1.1
2
3
using
System
;
4
5
[
assembly
:
CLSCompliant
(
false
)]
6
7
[
CLSCompliant
(
true
)]
8
public class
Foo
{
9
public static void
Main
() {}
10
}