# File test/src/expression_test.rb, line 33
  def mul
    around(char('*')) >> value(Mul)
  end