1 // 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
7 public class bclink
extends SAXParseException
{
8 public bclink() { super ("hi", null); }
10 public static void main(String
[] args
) throws Throwable
{