[runtime] Fix DISABLE_REFLECTION_EMIT build.
[mono.git] / mcs / tests / test-656.cs
1 // Compiler options: -r:test-656-lib.dll;
2
3 // Trailing semicolon is part of the test
4
5 class Goo
6 {
7         public static void Main ()
8         {
9                 string s = new Foo () ["foo"];
10         }
11 }