using System;
using i = System.Int16;

enum E : i
{
}

class X
{
	public static void Main ()
	{
	}
}