blob: b09d9a3c45f56bbb37cb8df702d04155aa51a8a2 [file] [log] [blame]
package p;
class A{
private native int m(int i, int j);
}