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
[interp] Fall back to old implementation when calling on proxy
[mono-project.git]
/
mcs
/
tests
/
test-813.cs
blob
e555afe1f1a5cf40177d5b15ff7338a1b891a475
1
using
System
;
2
3
[
assembly
:
System
.
CLSCompliant
(
true
)]
4
5
namespace
NS
.
System
6
{
7
class
A
8
{
9
public static void
Main
()
10
{
11
}
12
}
13
}