1--TEST--
2Exception for multiline tag with undefined variable
3--TEMPLATE--
4{% include 'foo'
5   with vars
6%}
7--TEMPLATE(foo)--
8Foo
9--DATA--
10return []
11--EXCEPTION--
12Twig\Error\RuntimeError: Variable "vars" does not exist in "index.twig" at line 3.
13