2 using System
.Threading
.Tasks
;
8 Console
.WriteLine ("Disposed");
13 public class TestClass
15 public static int Passed
;
17 public static async Task
Test ()
19 using (var device_resource
= new C ()) {
21 Console
.WriteLine ("aa");
29 public static int Main()
35 Console
.WriteLine ("PASSED");