package TestCase::CompileError::LogicalOperator::AndNotExpression {
  sub main : void () {
    1 && 1;
  }
}