for "build" config, import corlib common sources at unix instead (#11989)
[mono-project.git] / mcs / errors / cs0246-29.cs
blob051b956e54fb2674e3a72f1c7dc1f03e2773edc0
1 // CS0246: The type or namespace name `B' could not be found. Are you missing an assembly reference?
2 // Line: 8
4 class X
6 public static void Main ()
8 B b;