<?php

namespace Symfony\Component\VarExporter\Tests\Fixtures;

enum FooUnitEnum
{
    case Bar;
}
