[System] HttpListenerRequest: ignore bad cookies and keep request alive (#5657)
[mono.git] / mono / tests / TestingReferenceAssembly.cs
1 using System.Runtime.CompilerServices;
2
3 [assembly: ReferenceAssemblyAttribute]
4
5 public class X {
6         public int Y;
7 }