// -----------------------------------------------------
// Test on instanceof.xom keyword as package name.
// This is not allowed in Java, so we use the XOM
// -----------------------------------------------------

package packagename.instanceof;

public class a_instanceof
  property "ilog.rules.engine.driver" "ilog.rules.factory.IlrHashDriver"
{
  public int count;

  public a_instanceof();
}
