summaryrefslogtreecommitdiff
path: root/mcs/errors/cs2029.cs
blob: 292969394b29e6e4e695cc3d462d202ca51988b8 (plain)
1
2
3
4
5
// CS2029: Invalid conditional define symbol `a.b'
// Line: 0
// Compiler options: -warnaserror -d:a.b

class C {}