2010-04-06 Jb Evain <jbevain@novell.com>
[mcs.git] / tests / gtest-109.cs
blob7666b4fef7da8acc335a2ed627e3be5b7efb9ec8
1 using System;
3 class X {
4 static void Main ()
6 int [] foo = null;
7 Array.Resize (ref foo, 10);