1--TEST--
2"include" function
3--TEMPLATE--
4{{ include("foo.twig") }}
5--DATA--
6return []
7--EXCEPTION--
8Twig\Error\LoaderError: Template "foo.twig" is not defined in "index.twig" at line 2.
9