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

package packagename.if;

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

  public a_if();
}
