Update dependencies from https://github.com/dotnet/arcade build 20190729.1 (#15881)
[mono-project.git] / mcs / tests / gtest-390.cs
blob1aa66bde21bb24dbddeb7ece7209192fcced2cb3
1 using System;
3 class Program
5 public static int Main ()
7 Error error = Error.FILE_NOT_FOUND;
8 return (error == null) ? 1 : 0;
12 enum Error
14 FILE_NOT_FOUND