[mcs] Add codegen for null operator on result of awaited instance expression of prope...
[mono.git] / mcs / tests / test-715.cs
1 // Compiler options: -addmodule:test-715-lib.netmodule
2
3 class C
4 {
5         public static int Main ()
6         {
7                 // TODO: check applied attributes
8                 return 0;
9         }
10 }