예제 #1
0
파일: arrays.cs 프로젝트: sioncheng/mono
    public static int test_2_regalloc()
    {
        helper1 h = new helper1();

        return(2);
    }
예제 #2
0
	public static int test_2_regalloc () {
		helper1 h = new helper1 ();
		return 2;
	}