"disable_omit_fp" can now be included in MONO_DEBUG
[mono-project.git] / mcs / errors / cs2029.cs
blob292969394b29e6e4e695cc3d462d202ca51988b8
1 // CS2029: Invalid conditional define symbol `a.b'
2 // Line: 0
3 // Compiler options: -warnaserror -d:a.b
5 class C {}