# File lib/ruby_to_ansi_c.rb, line 330
  def process_cvar(exp)
    # TODO: we should treat these as globals and have them in the top scope
    name = exp.shift
    return name.to_s
  end