1 // gcs1700.cs: Assembly reference `MyAssemblyName, Version=' is invalid and cannot be resolved
3 // Compiler options: -warnaserror -warn:3
6 using System
.Runtime
.CompilerServices
;
8 [assembly
: InternalsVisibleTo ("MyAssemblyName, Version=")]
10 public class InternalsVisibleToTest