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
2010-05-13 Rodrigo Kumpera <rkumpera@novell.com>
[mono-project.git]
/
mcs
/
tests
/
test-416-mod.cs
blob
d1638861c1d9e0aca198c5777964ed1bd18dd2ad
1
// Compiler options: -t:module
2
3
namespace
n1
4
{
5
public class
Adder
6
{
7
public int
Add
(
int
x
,
int
y
)
8
{
9
return
x
+
y
;
10
}
11
}
12
}