16 public static int Main ()
21 if (x
.sbyte_selected
){
22 Console
.WriteLine ("FAILED: Sbyte selected on constant int argument");
25 Console
.WriteLine ("OK: int selected for constant int");
32 if (y
.sbyte_selected
){
33 Console
.WriteLine ("OK: sbyte selected for sbyte argument");
35 Console
.WriteLine ("FAILED: sbyte not selected for sbyte argument");