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
2009-12-09 Jb Evain <jbevain@novell.com>
[mcs.git]
/
tests
/
gtest-109.cs
blob
7666b4fef7da8acc335a2ed627e3be5b7efb9ec8
1
using
System
;
2
3
class
X
{
4
static void
Main
()
5
{
6
int
[]
foo
=
null
;
7
Array
.
Resize
(
ref
foo
,
10
);
8
}
9
}