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-partial-22.cs
blob
d680c9a28da1c9951d882dcf1a00a14666ecef32
1
2
3
partial class
C
4
{
5
static partial void
Partial
(
int
i
);
6
7
public static int
Main
()
8
{
9
Partial
(
1
);
10
return
0
;
11
}
12
}