OpenCores
URL https://opencores.org/ocsvn/openrisc/openrisc/trunk

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [libjava/] [testsuite/] [libjava.jni/] [PR15133.java] - Rev 765

Compare with Previous | Blame | View Log

/* Test case for PR java/15133 */
public class PR15133
{
  public void printIt (String dummy) { }
 
  public native void printIt (int num);
 
  public static void main (String[] args)
  {
    System.loadLibrary ("PR15133");
 
    new PR15133( ).printIt( 1729);
  }
}
 

Compare with Previous | Blame | View Log

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.