2010-04-06 Jb Evain <jbevain@novell.com>
[mcs.git] / tests / test-657-p2.cs
blob5bc8cf06b5aa618afc5494949f7cecd1a496086c
1 #define DEBUG
3 using System;
5 namespace TestDebug
7 class C
9 public static void Method ()
11 #if !DEBUG
12 throw new ApplicationException ("3");
13 #endif