Add Mono.Runtime::GetNativeStackTrace method to make the new backtracing facility...
[mono-project.git] / mcs / tests / gtest-390.cs
blobd5dc82bc0b7dead1392fb2e5123ddb67454d4716
1 using System;
3 class Program
5 static int Main ()
7 Error error = Error.FILE_NOT_FOUND;
8 return (error == null) ? 1 : 0;
12 enum Error
14 FILE_NOT_FOUND