cleol
[mcs.git] / tests / test-575.cs
blobf4de8ede5782a4965a0c30f0d3b39592b81de83d
1 //
2 // This comes from bug 82064, sadly, Mono does not currently abort
3 // as it should on the extra value on the stack
4 //
5 using System;
6 using System.IO;
8 class Program
10 static void Main (string [] args)
12 using (StringWriter stringWriter = new StringWriter ()) {