--TEST--
deferred tag
--TEMPLATE--
{% block foo deferred %}{{ bar }}{% endblock %}
{% set bar = 'bar' %}
--DATA--
return []
--EXPECT--
bar
