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
2010-05-19 Jb Evain <jbevain@novell.com>
[mcs.git]
/
tests
/
test-532.cs
blob
b9a11028d5234e1909261ab533c86425edfcefcb
1
class
X
{
2
int
[]
v1
=
{ 1, 2 }
,
v2
=
{ 2, 3}
;
3
4
public static void
Main
()
5
{
6
}
7
}