% The .text contents is supposed to be linked --oformat binary with
% b-twoinsn.s and b-goodmain.s, and will provide a LOP_LOC with invalid;
% (!= 1, != 2), YZ field.
.text
.byte 0x98,1,0,0
package p2;
import p1.A;
public class B extends A{
public void mb(){
m = m + 1; //合法,等价于 this.m = this.m + 1;
n = n * 2; //合法,等价于 this.n = this.n * 2;
}
public static void main(Str
// `B::a' contains empty classes which may cause base classes to be
// placed at different locations in a future version of GCC.
// g++.dg/abi/empty6.C tests this with -Wabi.
// Split into pieces for