require 'yarvtest/yarvtest'

# test of syntax
class TestTest < YarvTestBase
  def test_1
    ae '100'
  end
end
