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