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