// gcs0246.cs: Cannot find type 'Stack' // Line: 9 class Stack { } class X { Stack stack; }