Merge pull request #5675 from mono/glib-debug-symbols
[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 }