13 lines
100 B
C#
Raw Normal View History

using System;
using i = System.Int16;
enum E : i
{
}
class X
{
public static void Main ()
{
}
}