--TEST-- "from" tag with reserved name --TEMPLATE-- {% import 'forms.twig' as macros %} {{ macros.parent() }} --TEMPLATE(forms.twig)-- --DATA-- return [] --EXCEPTION-- Twig\Error\SyntaxError: "parent" cannot be called as macro as it is a reserved keyword in "index.twig" at line 4.