1<?php
2
3use Twig\Loader\ChainLoader;
4
5class_exists('Twig\Loader\ChainLoader');
6
7if (\false) {
8    class Twig_Loader_Chain extends ChainLoader
9    {
10    }
11}
12