2 using System
.Runtime
.CompilerServices
;
5 * Simple test case for gmcs issue (should compile).
6 * Bryan Silverthorn <bsilvert@cs.utexas.edu>
9 public interface Indexed
20 public static void Bar()
22 int i
= default(G
) [0];
28 public static void Main ()