class ParenthesizedCast { { int a = 10; byte b = (byte)(a); } }