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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [libjava/] [testsuite/] [libjava.lang/] [bclink.java] - Blame information for rev 765

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 765 jeremybenn
// This tests that a C++ ABI class can derive from a BC ABI class.
2
// This can't always work, but if the base class does not change then
3
// it will work fine.
4
 
5
import org.xml.sax.*;
6
 
7
public class bclink extends SAXParseException {
8
  public bclink() { super ("hi", null); }
9
 
10
  public static void main(String[] args) throws Throwable {
11
  }
12
}

powered by: WebSVN 2.1.0

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