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