repo.or.cz
/
mono-debugger.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-05 Zoltan Varga <vargaz@gmail.com>
[mono-debugger.git]
/
mono
/
tests
/
cattr-compile.cs
blob
4007e9b536f7867fb4cf05b8944fbac632000e55
1
using
System
;
2
3
namespace
Test
{
4
[
CLSCompliant
(
false
)]
5
public class
Test
{
6
[
CLSCompliant
(
false
)]
7
public static int
Main
() {
8
return
0
;
9
}
10
}
11
}