1<?php
2declare(strict_types=1);
3
4#[MyAttribute("42")]
5class TestStrict {}
6