* MonthCalendar.cs:
[mono-project.git] / mcs / tests / gen-109.cs
blob7666b4fef7da8acc335a2ed627e3be5b7efb9ec8
1 using System;
3 class X {
4 static void Main ()
6 int [] foo = null;
7 Array.Resize (ref foo, 10);