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
* ComboBox.cs: Send the mouse down to the scrollbar.
[mono-project.git]
/
mono
/
tests
/
array2.cs
blob
016953ca9390735628c521a4e8ac4d6390bd0d23
1
using
System
;
2
3
namespace
Test
{
4
public class
Test
{
5
public static int
Main
() {
6
7
Char
[,]
c2
=
new
Char
[
1
,
1
];
8
Console
.
WriteLine
(
c2
);
9
10
return
0
;
11
}
12
}
13
}