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

package packagename.break;

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

  public a_break();
}
