"disable_omit_fp" can now be included in MONO_DEBUG
[mono-project.git] / mcs / errors / cs0246-10.cs
blob241d856a62ac88ad13799a5bdcb288bb5cb97d26
1 // CS0246: The type or namespace name `Nonexistant' could not be found. Are you missing an assembly reference?
2 // Line: 5
4 using System;
5 using Nonexistant;
7 class X
9 static void Main () {