eol
[mcs.git] / tests / test-180.cs
blobb70775d9d1969959f8882d80c7a36858413d86b3
1 using System;
3 public class Testing
5 public enum Fruit { Apple, Orange };
7 public static void Main()
9 Console.WriteLine(Convert.ToInt64( Fruit.Orange as Enum ) );