// gcs0702.cs: Bound cannot be special class `object' // Line: 8 using System; class Foo where T : object { }