1 // Compiler options: test-657-p2.cs -out:test-657.exe
4 using System
.Diagnostics
;
10 [Conditional ("DEBUG")]
11 public static void Excluded ()
13 throw new ApplicationException ("1");
16 public static int Main ()
18 C
.Method (); // Only checks that DEBUG is defined in second file
22 throw new ApplicationException ("1");