gcc的组建

源代码在线查看: case.java

软件大小: 11646 K
上传用户: kyzgq
关键词: gcc
下载地址: 免注册下载 普通下载 VIP

相关代码

				// Simple compiler test.								public class Case 				{				  public static int foo (int i, support.Case x)				    {				      switch (i)					{					case x.A:					  return 1;					default:					  return 0;					}				    }				}							

相关资源