<?php

namespace Drupal\Tests\Component\Annotation\Doctrine\Fixtures\Attribute;

#[/* Comment */SubDir\SubDirAttribute]
final class Relative
{
}
