# frozen_string_literal: true module Puppet module Parser module Functions newfunction(:quux, type: :rvalue) do |arguments| end end end end