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

package packagename.while;

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

  public a_while();
}
