public static int test_0_ldfld_stfld_soft_float() { R4Holder h = new R4Holder(); h.float_field = 3.14f; if (h.float_field == 3.14f) { return(0); } else { return(1); } }
public static int test_0_ldfld_stfld_soft_float () { R4Holder h = new R4Holder (); h.float_field = 3.14f; if (h.float_field == 3.14f) return 0; else return 1; }