repo.or.cz
/
mcs.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
cosmetic
[mcs.git]
/
tests
/
test-482.cs
blob
a7eaa98641f004c8852325cee8a2fa829ddc9c3a
1
//
2
// This is a test case for 77147
3
//
4
class
X
{
5
public void
M4
(
int
arg
)
{ }
6
public void
M4
(
int
arg
,
__arglist
)
{ }
7
8
static void
Main
()
9
{
10
}
11
}