2010-05-31 Jb Evain <jbevain@novell.com>
[mcs.git] / tests / test-391.cs
blob8c9769101b809d6fe4066f170eae799cd14618b2
1 class C
3 void Foo (int i)
7 void Foo (ref int i)
11 void Bar (out bool b)
13 b = false;
16 void Bar (bool b)
20 public static void Main ()