Updated with review feedback.
[mono.git] / mcs / errors / cs2029.cs
1 // CS2029: Invalid conditional define symbol `a.b'
2 // Line: 0
3 // Compiler options: -warnaserror -d:a.b
4
5 class C {}