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
2004-03-01 Larry Ewing <lewing@ximian.com>
[mono-project.git]
/
mcs
/
tests
/
conv-main.cs
blob
09349b5aaa085aa6067bf6cb7e48134fe0beef08
1
public class
MainClass
2
{
3
public static int
Main
()
4
{
5
A a
=
new
A
();
6
B b
=
new
B
();
7
bool
r
= (
a
==
b
);
8
9
return
0
;
10
}
11
}