--TEST--
"from" tag with reserved name
--TEMPLATE--
{% from 'forms.twig' import templateName %}
--TEMPLATE(forms.twig)--
--DATA--
return array()
--EXCEPTION--
Twig_Error_Syntax: "templateName" cannot be an imported macro as it is a reserved keyword in "index.twig" at line 2.