1 // Compiler options: -res:test-465.cs
3 using System
.Reflection
;
7 public static int Main ()
9 string [] s
= typeof (C
).Assembly
.GetManifestResourceNames ();
10 if (s
[0] != "test-465.cs")
13 if (typeof (C
).Assembly
.GetManifestResourceStream ("test-465.cs") == null)
16 Console
.WriteLine ("OK");