Merge pull request #5560 from kumpera/wasm-work-p3
[mono.git] / mcs / tests / test-xml-047.cs
1 // Compiler options: -doc:xml-047.xml -warnaserror -warn:4
2
3 using System;
4
5 /// <summary>
6 /// <see cref="bool.GetHashCode" />
7 /// </summary>
8 public class EntryPoint
9 {
10         static void Main () {
11         }
12 }